Skip to content
Snippets Groups Projects

:shirt: pylint

Merged Vincent Hatakeyama requested to merge topic/default/pylint into branch/default
11 files
+ 71
71
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
3
@@ -290,6 +290,4 @@ def main(argv=None):
if __name__ == "__main__":
return_code = main(sys.argv[1:])
if return_code:
sys.exit(return_code)
sys.exit(main(sys.argv[1:]))
Loading