Skip to content
Snippets Groups Projects

:shirt: pylint

Merged Vincent Hatakeyama requested to merge topic/default/pylint into branch/default
Files
11
+ 1
3
@@ -290,6 +290,4 @@
if __name__ == "__main__":
return_code = main(sys.argv[1:])
if return_code:
sys.exit(return_code)
sys.exit(main(sys.argv[1:]))
Loading