Skip to content

Commit

Permalink
Revert "Fix for kmmbvnr#378"
Browse files Browse the repository at this point in the history
This reverts commit ac9eb7c.
  • Loading branch information
matthew-hodgins committed Jul 2, 2020
1 parent ac9eb7c commit 45f7b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ geckodriver.log



.DS_Store
2 changes: 1 addition & 1 deletion django_jenkins/tasks/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self, apps_locations, **options):
args += ['--errors-only']
args += apps_locations

lint.Run(args, reporter=ParseableTextReporter(output=output), do_exit=False)
lint.Run(args, reporter=ParseableTextReporter(output=output), exit=False)

output.close()

Expand Down

0 comments on commit 45f7b15

Please sign in to comment.