Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build() brings different results on repeated calls #143

Open
Kris-sbor opened this issue Jan 13, 2022 · 0 comments
Open

build() brings different results on repeated calls #143

Kris-sbor opened this issue Jan 13, 2022 · 0 comments

Comments

@Kris-sbor
Copy link

Kris-sbor commented Jan 13, 2022

from barcode import Code128
ean=Code128.get("1170773")
ean
<Code128('1170773')>
ean.build()
['110100111001100010010010110000100111101110101011110111011001011100111010001101100011101011']
ean.build()
['110100100001001110011010111011110100111001101001100010010000110100101101110001100011101011']
ean.build()
['110100111001100010010010110000100111101110101011110111011001011100111010001101100011101011']
ean.build()
['110100100001001110011010111011110100111001101001100010010000110100101101110001100011101011']

@Kris-sbor Kris-sbor changed the title build() & to)ascii() different results on repeated calls build() & to_ascii() different results on repeated calls Jan 13, 2022
@Kris-sbor Kris-sbor changed the title build() & to_ascii() different results on repeated calls build() brings different results on repeated calls Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant