Christian Clauss
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
pynfe/utils/bar_code_128.py
|
|
@ -162,6 +162,7 @@ class Code128: |
|
|
current_charset = None |
|
|
current_charset = None |
|
|
pos=sum=0 |
|
|
pos=sum=0 |
|
|
skip=False |
|
|
skip=False |
|
|
|
|
|
strCode="" |
|
|
for c in range(len(code)): |
|
|
for c in range(len(code)): |
|
|
if skip: |
|
|
if skip: |
|
|
skip=False |
|
|
skip=False |
|
|
|