Skip to content

Commit

Permalink
bugfix 1872 plot_tcmpr.R -lookin directory (develop) (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Aug 16, 2021
1 parent 6847395 commit 09f3cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/scripts/Rscripts/plot_tcmpr.R
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ if(length(file_list) == 0) {
}

# Expand any wildcards in the input file list
file_list = system(paste("ls -1", paste(file_list, collapse=" ")),
file_list = system(paste("ls -1d", paste(file_list, collapse=" ")),
intern=TRUE);

# Read the plotting configuration file, if specified
Expand Down

0 comments on commit 09f3cf1

Please sign in to comment.