You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnself.getJSONError("Assertion error while importing the NetPyNE model", "The json file does not contain the following keys: [params, simConfig]")
152
149
else:
153
150
returnself.getJSONError("Assertion error while importing the NetPyNE model", "The json file does not contain the following keys: [net]")
154
-
151
+
else:
152
+
returnself.getJSONError("Assertion error while importing the NetPyNE model", "frontend sent a wrong option for 'importFormat'. allowed values are py and json")
155
153
returnself.getJSONReply()
156
154
except:
157
155
returnself.getJSONError("Error while importing the NetPyNE model",traceback.format_exc())
0 commit comments