Skip to content

Commit 06dd85d

Browse files
committed
Update binary.py
1 parent a8f40af commit 06dd85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcean/encode/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ def create_binary_barcode(upc, outfile="./binary.png", resize=1, barheight=(48,
207207
else:
208208
if(imagecomment is None):
209209
imagecomment = upc['type']+"; "+upc['upc']
210-
return pcean.predraw.save_to_file([upc_img, upc_preimg], outfile, outfileext, imagecomment, imageoutlib)
210+
return upcean.predraw.save_to_file([upc_img, upc_preimg], outfile, outfileext, imagecomment, imageoutlib)
211211
return True

0 commit comments

Comments
 (0)