We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f40af commit 06dd85dCopy full SHA for 06dd85d
upcean/encode/binary.py
@@ -207,5 +207,5 @@ def create_binary_barcode(upc, outfile="./binary.png", resize=1, barheight=(48,
207
else:
208
if(imagecomment is None):
209
imagecomment = upc['type']+"; "+upc['upc']
210
- return pcean.predraw.save_to_file([upc_img, upc_preimg], outfile, outfileext, imagecomment, imageoutlib)
+ return upcean.predraw.save_to_file([upc_img, upc_preimg], outfile, outfileext, imagecomment, imageoutlib)
211
return True
0 commit comments