From 5aad81f84d288493dbc37aac320ff4925fcc7857 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 11 Aug 2011 10:37:04 -0700 Subject: [PATCH] replace tabs with spaces in the #1441 'tahoe debug' synopsis --- src/allmydata/scripts/debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmydata/scripts/debug.py b/src/allmydata/scripts/debug.py index a943507b..786f058c 100644 --- a/src/allmydata/scripts/debug.py +++ b/src/allmydata/scripts/debug.py @@ -850,14 +850,14 @@ subcommand. # See ticket #1441 for why we print different information when # run via /usr/bin/tahoe. Note that argv[0] is the full path. if sys.argv[0] == '/usr/bin/tahoe': - t += """ + t += """ To get branch coverage for the Tahoe test suite (on the installed copy of Tahoe), install the 'python-coverage' package and then use: python-coverage run --branch /usr/bin/tahoe debug trial """ else: - t += """ + t += """ Another debugging feature is that bin%stahoe allows executing an arbitrary "runner" command (typically an installed Python script, such as 'coverage'), with the Tahoe libraries on the PYTHONPATH. The runner command name is -- 2.37.2