Skip to content

Commit

Permalink
Release v3.1.64-20240922140139
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Sep 22, 2024
2 parents 81c5f2f + 35021e3 commit 28097db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TagReadWrite/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def getDocumentsDir():
dirName = os.path.dirname(dirName)
if 'TagReadWrite?' in os.path.basename(dirName):
dirName = os.path.dirname(dirName)
if not os.path.isdir( os.path.join(dirName, 'TagReadWriteImages') ):
dirName = os.path.dirname(dirName)

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

0 comments on commit 28097db

Please sign in to comment.