Skip to content

Commit 07e2ecd

Browse files
author
rodriguez-facundo
committed
wip
1 parent 7ce2ade commit 07e2ecd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netpyne_ui/netpyne_geppetto.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ def rename(self, path, oldValue,newValue):
337337
newModel = re.sub("(['])(?:(?=(\\?))\2.)*?\1", lambda x:x.group(0).replace(oldValue,newValue, 1), model)
338338
logging.debug("Rename funct - Model is "+model+" newModel is "+newModel)
339339
jupyter_geppetto.synched_models[newModel]=synched_component
340+
with redirect_stdout(sys.__stdout__):
341+
if "popParams" in path:
342+
pass
343+
344+
return 1
340345

341346
def getPlotSettings(self, plot):
342347
if self.simConfig.analysis and plot in self.simConfig.analysis:

0 commit comments

Comments
 (0)