Skip to content

Commit

Permalink
Return to the previous wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Jul 29, 2024
1 parent f3bfa4c commit 9ad3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start/readCheckScenarioConfig.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ readCheckScenarioConfig <- function(filename, remindPath = ".", testmode = FALSE
if (testmode) {
warning("Unknown column names: ", paste(unknownColumnNamesNoComments, collapse = ", "))
} else if (errorsfound == 0) {
message("Do you want to continue keeping the columns? Y/n")
message("Do you want to continue and simply ignore them? Y/n")
userinput <- tolower(gms::getLine())
if (! userinput %in% c("y", "")) stop("Ok, so let's stop.")
}
Expand Down

0 comments on commit 9ad3c13

Please sign in to comment.