From 834a6880f90927555906efd45891ca63b018685c Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 8 Sep 2019 22:53:07 -0700 Subject: [PATCH] make the comment match the code.. --- ui/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/cli.py b/ui/cli.py index 1fc6962..bd94794 100644 --- a/ui/cli.py +++ b/ui/cli.py @@ -872,7 +872,7 @@ class _TestCases(unittest.TestCase): with self.assertRaises(SystemExit) as cm: main() - # with error code 5 + # with error code 1 self.assertEqual(cm.exception[0], 1) # and outputs an error message