We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b6887 commit a5160eeCopy full SHA for a5160ee
1 file changed
netpyne_ui/mod_utils.py
@@ -37,7 +37,8 @@ def loadModMechFiles(compileMod, modFolder, forceRecompile=False):
37
if os.path.exists(modPath):
38
if forceRecompile:
39
shutil.rmtree(modPath)
40
- return
+ else:
41
+ return
42
43
os.chdir(modFolder)
44
subprocess.call(["nrnivmodl"])
0 commit comments