Skip to content

Commit 44af800

Browse files
committed
Adding back sys.exit on main
1 parent 500ce5f commit 44af800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,4 +1514,4 @@ def format_option(self, option):
15141514
if __name__ == '__main__':
15151515
parser = get_parser()
15161516
options, args = parser.parse_args()
1517-
main(parser, options, args)
1517+
sys.exit(main(parser, options, args))

0 commit comments

Comments
 (0)