Skip to content

Commit

Permalink
goAtDate fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Oct 15, 2024
1 parent a4ea539 commit 3f848c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ontology.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ getGoDates = function(){
#'
#' @export
goAtDate = function(path, date, overwrite = FALSE){
if(exists(path)){
if(file.exists(path) & !overwrite){
stop('File exists. Not overwriting')
}

Expand Down

0 comments on commit 3f848c0

Please sign in to comment.