Skip to content

Commit

Permalink
Corrected update.neuronlistfh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Feb 12, 2021
1 parent 9de65f2 commit f8f3296
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 = paste0(file.path(dirname(file),"data"),"/")
data = dirname(file)
WriteObjects = "missing"
}
if(file.exists(file)){
Expand Down

0 comments on commit f8f3296

Please sign in to comment.