Skip to content

Commit 4ea1d2b

Browse files
committed
cleanup redundant code
1 parent 52c5788 commit 4ea1d2b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

mprof

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,7 @@ def run_action():
223223
# in multiprocessing mode you want to spawn a separate
224224
# python process
225225
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
226+
options.python = False
231227
if options.python:
232228
print("running as a Python program...")
233229
if not args[0].startswith("python"):

0 commit comments

Comments
 (0)