Skip to content

Commit

Permalink
v0.3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Dec 30, 2023
1 parent 1f9baf4 commit 3cf545a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='zebra_day',
version='0.3.0.8',
version='0.3.0.9',
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.',
author='John Major',
author_email='john@daylilyinformatics.com',
Expand Down
2 changes: 1 addition & 1 deletion zebra_day.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zebra-day
Version: 0.3.0.7
Version: 0.3.0.8.1
Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests.
Home-page: https://github.com/Daylily-Informatics/zebra_day
Author: John Major
Expand Down
4 changes: 2 additions & 2 deletions zebra_day/bin/zserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ def edit_zpl(self):

filest = [
ft
for ft in os.listdir(self.rel_p + "/etc/label_styles/tmps/")
if os.path.isfile(os.path.join(self.rel_p + "/etc/label_styles/tmps/", ft))
for ft in os.listdir(self.rel_p + "xx/etc/label_styles/tmps/")
if os.path.isfile(os.path.join(self.rel_p + "xx/etc/label_styles/tmps/", ft))
]

file_linkst = [
Expand Down

0 comments on commit 3cf545a

Please sign in to comment.