Skip to content

Commit

Permalink
Added fix for new version of pyinstaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Oct 21, 2023
1 parent abe68bf commit 0300f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CrossMgrImpinj/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def getDocumentsDir():
dirName = os.path.dirname(dirName)
if 'CrossMgrImpinj?' in os.path.basename(dirName):
dirName = os.path.dirname(dirName)
if not os.path.isdir( os.path.join(dirName, 'CrossMgrImpinjImages') ):
dirName = os.path.dirname(dirName)

if os.path.isdir( os.path.join(dirName, 'CrossMgrImpinjImages') ):
pass
Expand Down
2 changes: 1 addition & 1 deletion CrossMgrImpinj/Version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AppVerName="CrossMgrImpinj 3.0.19-private"
AppVerName="CrossMgrImpinj 3.0.20-private"

0 comments on commit 0300f9d

Please sign in to comment.