Skip to content
Snippets Groups Projects
Commit 369e2955 authored by Lars Beckers's avatar Lars Beckers
Browse files

fix formatting error

parent 1637f315
No related branches found
No related tags found
No related merge requests found
Pipeline #1354 passed
......@@ -108,7 +108,9 @@ def retrieve_hosts():
break
host.append(alt)
req_set = set(s.strip() for s in config['excludes']['required'].split(',') if s.strip())
req_set = set(s.strip() for s in config['excludes']['required'].split(',')
if s.strip())
def intersects(s):
cmp_set = s.copy()
for x in s:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment