Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.6 fails if pylint_params is not set #31

Closed
nicholasbishop opened this issue Oct 15, 2014 · 1 comment
Closed

2.0.6 fails if pylint_params is not set #31

nicholasbishop opened this issue Oct 15, 2014 · 1 comment
Assignees
Labels

Comments

@nicholasbishop
Copy link
Contributor

$ git-pylint-commit-hook 
Running pylint on sitehandler.py (file 1/1)..   Traceback (most recent call last):
  File "/home/nicholasbishop/neverware/mothership/venv/bin/git-pylint-commit-hook", line 65, in <module>
    main()
  File "/home/nicholasbishop/neverware/mothership/venv/bin/git-pylint-commit-hook", line 58, in main
    args.limit, args.pylint, args.pylintrc, args.pylint_params)
  File "/home/nicholasbishop/neverware/mothership/venv/lib/python2.7/site-packages/git_pylint_commit_hook/commit_hook.py", line 131, in check_repo
    if '--rcfile' not in pylint_params:
TypeError: argument of type 'NoneType' is not iterable
@sebdah sebdah self-assigned this Oct 16, 2014
@sebdah sebdah added the bug label Oct 16, 2014
@sebdah
Copy link
Owner

sebdah commented Oct 16, 2014

Fixed and released in 2.0.7. Thanks for the bug report.

@sebdah sebdah closed this as completed Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants