mirror of
https://github.com/aborelis/ASN-Label-Generator.git
synced 2026-03-14 08:33:28 +00:00
smaller improvements and inital Docker support
This commit is contained in:
parent
b3494b15f6
commit
de48bf919a
4 changed files with 41 additions and 13 deletions
|
|
@ -105,7 +105,8 @@ class AveryLabel:
|
|||
""" render loop"""
|
||||
assert callable(thing) or isinstance(thing, str)
|
||||
if isinstance(count, Iterator):
|
||||
return self.render_iterator(thing, count)
|
||||
self.render_iterator(thing, count)
|
||||
return
|
||||
|
||||
canv = self.canvas
|
||||
for i in range(offset + count):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue