Skip to content
Snippets Groups Projects
Commit 560b9117 authored by Georg Sauthoff's avatar Georg Sauthoff
Browse files

unify error message

parent 96993a31
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,7 @@ def check_domain_lists(dbls): ...@@ -470,7 +470,7 @@ def check_domain_lists(dbls):
log.debug(f'Checking {bl}') log.debug(f'Checking {bl}')
s = check_dbl('test', bl) s = check_dbl('test', bl)
if s is None: if s is None:
log.error(f'Mandatory "test" name is NOT listed in DBL {bl}') log.error(f'OMG, mandatory "test" name is NOT listed in DBL {bl}')
errs += 1 errs += 1
s = check_dbl('invalid', bl) s = check_dbl('invalid', bl)
if s: if s:
......
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