eric6/DebugClients/Python/SubprocessExtension.py

branch
multi_processing
changeset 7873
cb2badbdf26c
parent 7563
b0d6b63f2843
child 7875
12c621ed4377
equal deleted inserted replaced
7872:433dacbfa456 7873:cb2badbdf26c
58 ok = isPythonProgram(arguments[0]) 58 ok = isPythonProgram(arguments[0])
59 if ok: 59 if ok:
60 if startsWithShebang(arguments[0]): 60 if startsWithShebang(arguments[0]):
61 scriptName = os.path.basename(arguments[0]) 61 scriptName = os.path.basename(arguments[0])
62 else: 62 else:
63 # TODO: this seems to be weird
63 scriptName = os.path.basename(arguments[0]) 64 scriptName = os.path.basename(arguments[0])
64 if scriptName not in _debugClient.noDebugList: 65 if scriptName not in _debugClient.noDebugList:
65 arguments = patchArguments( 66 arguments = patchArguments(
66 _debugClient, arguments, noRedirect=True 67 _debugClient, arguments, noRedirect=True
67 ) 68 )

eric ide

mercurial