Skip to content

Commit

Permalink
correct fix for pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 13, 2013
1 parent 9ecd9ba commit babdbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_scripts_start.py
Expand Up @@ -99,7 +99,7 @@ def cb((out, err, rc)):
return d

if twisted.version <= versions.Version('twisted', 9, 0, 0):
test_start_quiet.skip = "Skipping due to suprious PotentialZombieWarning."
test_start.skip = test_start_quiet.skip = "Skipping due to suprious PotentialZombieWarning."

# the remainder of this script does obscene things:
# - forks
Expand Down

0 comments on commit babdbe9

Please sign in to comment.