Skip to content

Commit 0480a62

Browse files
committed
netpyne-122 Add trailing "/" for save directory
1 parent a944e0e commit 0480a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/topbar/dialogs/OverwriteModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const OverwriteModel = (props) => {
4242
Utils
4343
.evalPythonMessage('netpyne_geppetto.getFullPath', [null, value])
4444
.then((fullpath) => {
45-
setDstPath(fullpath)
45+
setDstPath(`${fullpath}/`)
4646
})
4747
return DEFAULT_DIR
4848
}

0 commit comments

Comments
 (0)