Skip to content
Snippets Groups Projects
Commit e469aa02 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch '17-wrong-exception-when-db-tags-are-not-given' into 'master'

Resolve "Wrong exception when DB tags are not given"

Closes #17

See merge request !596
parents f15f128d 777fbd7b
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!596Resolve "Wrong exception when DB tags are not given"
Pipeline #3325289 passed
......@@ -240,8 +240,8 @@ def check_options(options):
if not get_option_value(options, 'dddb_tag'):
raise DVOptionError(
"dddb_tag",
"``dddb_tag'' is not specified for simulated data!", "")
"``dddb_tag'' is not specified for simulated data!")
if not get_option_value(options, 'conddb_tag'):
raise DVOptionError(
"conddb_tag",
"``conddb_tag'' is not specified for simulated data!", "")
"``conddb_tag'' is not specified for simulated data!")
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