We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ed0b9 commit 11a4695Copy full SHA for 11a4695
src/imio/helpers/barcode.py
@@ -35,4 +35,4 @@ def generate_barcode(data, executable='zint', barcode=92, scale=2, filetype='PNG
35
process.wait()
36
37
output.seek(0)
38
- return output
+ return output
0 commit comments