Browse Source

make the comment match the code..

main
John-Mark Gurney 5 years ago
parent
commit
834a6880f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/cli.py

+ 1
- 1
ui/cli.py View File

@@ -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


Loading…
Cancel
Save