From: Brian Warner Date: Thu, 11 Aug 2011 17:37:04 +0000 (-0700) Subject: replace tabs with spaces in the #1441 'tahoe debug' synopsis X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=5aad81f84d288493dbc37aac320ff4925fcc7857;p=tahoe-lafs%2Ftahoe-lafs.git replace tabs with spaces in the #1441 'tahoe debug' synopsis --- 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