Skip to content

Commit 6253aa3

Browse files
author
John Major
committed
v0.3.1
1 parent 3cf545a commit 6253aa3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',

zebra_day.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: zebra-day
3-
Version: 0.3.0.8.1
3+
Version: 0.3.0.9
44
Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests.
55
Home-page: https://github.com/Daylily-Informatics/zebra_day
66
Author: John Major

zebra_day/bin/zserve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)