Skip to content

Commit

Permalink
Fixes to update.neuronlistfh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Feb 12, 2021
1 parent f8f3296 commit 2b25213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ update.neuronlistfh <- function(x,
}else if (dbClass == "HDF5"){
data = file
}else{
data = dirname(file)
data = paste0(dirname(file),"/","data/")
WriteObjects = "missing"
}
if(file.exists(file)){
Expand Down

0 comments on commit 2b25213

Please sign in to comment.