Skip to content
Snippets Groups Projects
Commit 365721ec authored by Nick Bearson's avatar Nick Bearson
Browse files

remove this error message. we don't support --start & --end in the minute gridder.

parent f005db3f
No related branches found
Tags v20200814_0946
1 merge request!11Resolve "make error messages more descriptive"
...@@ -159,9 +159,6 @@ def grid_setup(args, work_dir=os.getcwd()): ...@@ -159,9 +159,6 @@ def grid_setup(args, work_dir=os.getcwd()):
try: try:
start_time, end_time = get_start_end(args.filenames) 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: except:
log.error("Could not parse start & end times from one or more of the files provided.") log.error("Could not parse start & end times from one or more of the files provided.")
exit(1) exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment