Skip to content

Commit

Permalink
Update Develop-ref after #1238 (#1240)
Browse files Browse the repository at this point in the history
Co-authored-by: bikegeek <3753118+bikegeek@users.noreply.github.com>
Co-authored-by: bikegeek <minnawin@ucar.edu>
  • Loading branch information
3 people authored Nov 4, 2021
1 parent 94c2ddd commit ca72546
Show file tree
Hide file tree
Showing 4 changed files with 753 additions and 754 deletions.
2 changes: 1 addition & 1 deletion metplus/util/met_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ def get_files(filedir, filename_regex, logger=None):
file_paths.append(filepath)
else:
continue
return file_paths
return sorted(file_paths)

def prune_empty(output_dir, logger):
"""! Start from the output_dir, and recursively check
Expand Down
Loading

0 comments on commit ca72546

Please sign in to comment.