Skip to content

Commit

Permalink
v0.3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Dec 30, 2023
1 parent 060df0e commit 1f9baf4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.7',
version='0.3.0.8',
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
8 changes: 7 additions & 1 deletion zebra_day.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Metadata-Version: 2.1
Name: zebra-day
Version: 0.3.0.5
Version: 0.3.0.7
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
Author-email: john@daylilyinformatics.com
License-File: LICENSE
Requires-Dist: yaml_config_day==0.0.5
Requires-Dist: requests
Requires-Dist: pytz==2023.3.post1
Requires-Dist: cherrypy==18.8.0
Requires-Dist: ipython==8.16.1
Requires-Dist: pytest
3 changes: 3 additions & 0 deletions zebra_day/bin/zserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ def edit_zpl(self):

file_links = ['<a href="/edit?filename={}">{}</a>'.format(f, f) for f in sorted(files)]

if not os.path.exists(self.rel_p + "/etc/label_styles/tmps/"):
os.makedirs(self.rel_p + "/etc/label_styles/tmps/")

filest = [
ft
for ft in os.listdir(self.rel_p + "/etc/label_styles/tmps/")
Expand Down

0 comments on commit 1f9baf4

Please sign in to comment.