summaryrefslogtreecommitdiff
path: root/run_failure.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_failure.py')
-rw-r--r--run_failure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_failure.py b/run_failure.py
index bb7711b..b49c13e 100644
--- a/run_failure.py
+++ b/run_failure.py
@@ -9,8 +9,8 @@ def test(arg):
def main(args):
if not args:
print("Run as bin/python run_failure.py <test>, for example: \n"
- "bin/python run_failure.py "
- "kazoo.tests.test_watchers:KazooChildrenWatcherTests")
+ "bin/python run_failure.py "
+ "kazoo.tests.test_watchers:KazooChildrenWatcherTests")
return
arg = args[0]
i = 0