Skip to content

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
Don't ask me why flake8 didn't complain about this before, I don't know
either.
  • Loading branch information
mgedmin committed Apr 15, 2015
1 parent 41acaa7 commit 12e32a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zdaemon/tests/testzdrun.py
Expand Up @@ -220,7 +220,7 @@ def testRunIgnoresParentSignals(self):
dict(os.environ,
PYTHONPATH=":".join(sys.path),
)
)
)
# Wait for it to start, but no longer than a minute.
deadline = time.time() + 60
is_started = False
Expand Down
2 changes: 1 addition & 1 deletion src/zdaemon/zdctl.py
Expand Up @@ -202,7 +202,7 @@ def set_uid(self):
os.setgroups(
sorted(g.gr_gid for g in grp.getgrall() # sort for tests
if user in g.gr_mem)
)
)
os.setuid(uid)

def emptyline(self):
Expand Down

0 comments on commit 12e32a7

Please sign in to comment.