Commit d3c5fa41 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: updates a call to removeCurrentInstance

parent 3ea210f4
......@@ -603,7 +603,7 @@ def newSoftware(folder, config, session):
removeProxyDb(config)
startProxy(config)
#Stop runngin process and remove existing instance
removeInstanceRoot(config)
removeCurrentInstance(config)
session['title'] = getProjectTitle(config)
code = 1
else:
......
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