-
- Downloads
mrhlpr, mrtest: Simplify call to main()
frontend.main() only ever returns None, so there's no point in calling sys.exit with its return value as parameter.
Loading
Please register or sign in to comment
frontend.main() only ever returns None, so there's no point in calling sys.exit with its return value as parameter.