debug text preview with dot

workspace
km0 2 years ago
parent 6d777d7dde
commit 32acf85c49

@ -55,7 +55,7 @@ class Soup(Bureau):
for file in files:
filename, ext = os.path.basename(file).split('.')
self.print_small(filename)
prn.soft_barcode("code128", "SBtp." + filename)
prn.soft_barcode("code128", "SBtp." + filename + '.')
@add_command('tp', 'Print a short excerpt of a text')
def print_preview(self, data):

Loading…
Cancel
Save