mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove duplicates from configure.py
This commit is contained in:
committed by
John Preston
parent
5d3400033a
commit
bacab01f7e
@@ -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:]
|
||||
|
Reference in New Issue
Block a user