Skip to content
Snippets Groups Projects
Commit fb373512 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-745: minor fix on message

parent f5d6a743
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!504TMSS-745: Responsive Telescope,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -31,7 +31,7 @@ def create_scheduling_unit_draft_from_observing_strategy_template(strategy_templ
allowed_overrides = subdict_of_pointer_items(requirements_doc_overrides, parameter_pointers)
if allowed_overrides != requirements_doc_overrides:
raise InvalidSpecificationException("Specified too many overrides.\nThese are the allowed overridable parameters: \n%s\nSubmitted overrides:%s" % (
raise InvalidSpecificationException("Specified faulty overrides. These are the allowed overridable parameters: \n%s\nSubmitted overrides:%s" % (
'\n'.join([str(p) for p in parameter_pointers]), requirements_doc_overrides))
# do the actual override of the remaining allowed items
......
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