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
No related tags found
1 merge request!11Resolve "make error messages more descriptive"
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -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)
......
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