Skip to content

Commit

Permalink
Added code to check for _internal in the home directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Sep 22, 2024
1 parent 001b980 commit 35021e3
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 35021e3

Please sign in to comment.