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

fix pep8 issue

parent 7082b70c
Branches
No related tags found
No related merge requests found
Pipeline #1849 passed
...@@ -74,6 +74,7 @@ def compare_user(entry, ox_user): ...@@ -74,6 +74,7 @@ def compare_user(entry, ox_user):
return False return False
return True return True
def get_users(): def get_users():
proc = run_cmd(['listuser', '--csv']) proc = run_cmd(['listuser', '--csv'])
reader = csv.DictReader(io.StringIO(proc.stdout)) reader = csv.DictReader(io.StringIO(proc.stdout))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment