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 801616d commit 3b7cd28Copy full SHA for 3b7cd28
1 file changed
libs/bindings/python/example.py
@@ -13,7 +13,9 @@
13
bwipp1 = postscriptbarcode.BWIPP(
14
filename="../../../build/monolithic_package/barcode.ps"
15
)
16
- bwipp2 = postscriptbarcode.BWIPP(filename="../../../build/monolithic/barcode.ps")
+ bwipp2 = postscriptbarcode.BWIPP(
17
+ filename="../../../build/monolithic/barcode.ps"
18
+ )
19
20
print("Packaged version: " + bwipp1.get_version())
21
print("Unpackaged version: " + bwipp2.get_version())
0 commit comments