We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a944e0e commit 0480a62Copy full SHA for 0480a62
1 file changed
webapp/components/topbar/dialogs/OverwriteModel.js
@@ -42,7 +42,7 @@ const OverwriteModel = (props) => {
42
Utils
43
.evalPythonMessage('netpyne_geppetto.getFullPath', [null, value])
44
.then((fullpath) => {
45
- setDstPath(fullpath)
+ setDstPath(`${fullpath}/`)
46
})
47
return DEFAULT_DIR
48
}
0 commit comments