Do not resolve symbolic path when sanitizing filepath during approvals

Fixes #1691
This commit is contained in:
Martin Hořeňovský 2019-07-18 16:33:23 +02:00
parent 53281b471f
commit 52f3abadbb
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
2 changed files with 5 additions and 4 deletions

View file

@ -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':