From 44d76cb159b4d75312c1bcd22cd0bfa9010e620d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 12 Jan 2021 15:00:02 -0500 Subject: [PATCH] fix formatting mistake --- src/allmydata/test/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 2f0ac0cbe..cf56e8baa 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -105,7 +105,7 @@ class BinTahoe(common_util.SignalMixin, unittest.TestCase): # we have to have our own implementation of skipping these options. # -t is a harmless option that warns about tabs so we can add it - # -without impacting other behavior noticably. + # without impacting other behavior noticably. out, err, returncode = run_bintahoe([u"--version"], python_options=[u"-t"]) self.assertEqual(returncode, 0) self.assertTrue(out.startswith(allmydata.__appname__ + '/'))