Skip to content
Snippets Groups Projects

Resolve "make error messages more descriptive"

Merged Nick Bearson requested to merge 8-make-error-messages-more-descriptive into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -159,9 +159,6 @@ def grid_setup(args, work_dir=os.getcwd()):
try:
start_time, end_time = get_start_end(args.filenames)
except ValueError:
log.error("Non-standard filenames provided, use --start and --end to specify data times.")
raise
except:
log.error("Could not parse start & end times from one or more of the files provided.")
exit(1)
Loading