We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c3d04 commit e139dccCopy full SHA for e139dcc
installer/extractVersion.py
@@ -4,7 +4,7 @@
4
import sys, os
5
import re
6
7
-pathToVersionFile = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), '..\PythonScript\src\PythonScriptVersion.h')
+pathToVersionFile = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), '..\\PythonScript\\src\\PythonScriptVersion.h')
8
9
versionHeader = open(pathToVersionFile, 'r')
10
versionRegex = re.compile(r'PYSCR_VERSION_STRING\s+"([0-9.]+)"')
0 commit comments