Do not resolve symbolic path when sanitizing filepath during approvals
Fixes #1691
This commit is contained in:
parent
53281b471f
commit
52f3abadbb
2 changed files with 5 additions and 4 deletions
|
@ -4,6 +4,7 @@ import subprocess
|
|||
|
||||
|
||||
catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
|
||||
catchPathSymbolic = os.path.dirname(os.path.dirname(sys.argv[0]))
|
||||
|
||||
def getBuildExecutable():
|
||||
if os.name == 'nt':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue