This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make the comment match the code..
main
John-Mark Gurney
5 years ago
parent
22ad754779
commit
834a6880f9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save