Commit 28c9b94a authored by tarek's avatar tarek

fixed typo

--HG--
branch : distribute
extra : rebase_source : d9b3c2bcaa5bdc3367650f4571eefd33ef45e43e
parent 745ef1b0
......@@ -356,7 +356,7 @@ def _relaunch():
log.warn('Relaunching...')
# we have to relaunch the process
args = [sys.executable] + sys.argv
if is_jython:
if IS_JYTHON:
sys.exit(subprocess.call(args))
else:
sys.exit(os.spawnv(os.P_WAIT, sys.executable, args))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment