Skip to content

Commit

Permalink
tidy up code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jun 10, 2024
1 parent 0666da8 commit 4ce9db1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/checkMilestoneFolders.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
checkMilestoneFolders = function(metadatadir, partNumber) {
if (partNumber == 1) return()
# This function checks where expected output folders exists and if necessary creates them
# Further it check whether folders with expected content are empty and if yes gives error.
# This function checks whether expected output folder(s) exists
# If not, it creates them
# Further it check whether folders with expected content are empty.
# If yesm it gives error.
paths = c(paste0(metadatadir, "/meta/basic"),
paste0(metadatadir, "/meta/ms2.out"),
paste0(metadatadir, "/meta/ms3.out"),
Expand Down

0 comments on commit 4ce9db1

Please sign in to comment.