File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33setup (
44 name = 'zebra_day' ,
5- version = '0.3.0.9 ' ,
5+ version = '0.3.1 ' ,
66 description = 'A Python library to manage a zebra printer fleet and an api for ZPL print requests.' ,
77 author = 'John Major' ,
88 author_email = 'john@daylilyinformatics.com' ,
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: zebra-day
3- Version: 0.3.0.8.1
3+ Version: 0.3.0.9
44Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests.
55Home-page: https://github.com/Daylily-Informatics/zebra_day
66Author: John Major
Original file line number Diff line number Diff line change @@ -656,8 +656,8 @@ def edit_zpl(self):
656656
657657 filest = [
658658 ft
659- for ft in os .listdir (self .rel_p + "xx /etc/label_styles/tmps/" )
660- if os .path .isfile (os .path .join (self .rel_p + "xx /etc/label_styles/tmps/" , ft ))
659+ for ft in os .listdir (self .rel_p + "/etc/label_styles/tmps/" )
660+ if os .path .isfile (os .path .join (self .rel_p + "/etc/label_styles/tmps/" , ft ))
661661 ]
662662
663663 file_linkst = [
You can’t perform that action at this time.
0 commit comments