diff options
author | Timothy Asir Jeyasingh <tjeyasin@redhat.com> | 2014-06-24 14:44:55 +0530 |
---|---|---|
committer | Sahina Bose <sabose@redhat.com> | 2014-06-26 01:54:16 -0700 |
commit | 1ee32cb06834ebb80d548ef4039b9e40f928900e (patch) | |
tree | 17922fca13fd5c798dc33b27855ab2e85e649437 /tests/utilsTests.py | |
parent | 76803ac0ceb8335ca24ace1505b30d485fa2f066 (diff) |
fix pep8 errorsv0.1.1
Change-Id: I3121e6b4044e2f0831fe3c862fb12e8bc27cfd3c
Signed-off-by: Timothy Asir Jeyasingh <tjeyasin@redhat.com>
Reviewed-on: http://review.gluster.org/8160
Tested-by: Timothy Asir <tim.gluster@gmail.com>
Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'tests/utilsTests.py')
-rw-r--r-- | tests/utilsTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utilsTests.py b/tests/utilsTests.py index fdf1ec3..49fa33f 100644 --- a/tests/utilsTests.py +++ b/tests/utilsTests.py @@ -41,7 +41,7 @@ class RetryTests(TestCaseBase): raise RuntimeError("If at first you don't succeed, try, try again." "Then quit. There's no point in being a damn" "fool about it.") - # W. C. Fields + # W. C. Fields self.assertRaises(RuntimeError, utils.retry, foo, tries=(limit + 10), sleep=0, stopCallback=stopCallback) |