We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c5788 commit 4ea1d2bCopy full SHA for 4ea1d2b
1 file changed
mprof
@@ -223,11 +223,7 @@ def run_action():
223
# in multiprocessing mode you want to spawn a separate
224
# python process
225
args.insert(0, "python")
226
- else:
227
- options.python = True
228
- if options.multiprocess:
229
- # multiprocess can't work in python mode
230
- options.python = False
+ options.python = False
231
if options.python:
232
print("running as a Python program...")
233
if not args[0].startswith("python"):
0 commit comments