Remove duplicates from configure.py

This commit is contained in:
100backslash001 2024-02-05 17:45:23 +04:00 committed by John Preston
parent 5d3400033a
commit bacab01f7e
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ def error(message):
if sys.platform == 'win32' and 'COMSPEC' not in os.environ:
error('COMSPEC environment variable is not set.')
executePath = os.getcwd()
scriptPath = os.path.dirname(os.path.realpath(__file__))
scriptName = os.path.basename(scriptPath)
arguments = sys.argv[1:]