mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Remove duplicates from configure.py
This commit is contained in:
parent
5d3400033a
commit
bacab01f7e
1 changed files with 0 additions and 2 deletions
|
@ -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:]
|
||||
|
|
Loading…
Add table
Reference in a new issue