Skip to content

Commit

Permalink
Merge fbcc317 into c4ec349
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 8, 2015
2 parents c4ec349 + fbcc317 commit b030eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.mr.developer.cfg
.project
.pydevproject
.idea/
.tox
.vimrc
/.cache
Expand Down
3 changes: 2 additions & 1 deletion pylama/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def shell(args=None, error=True):
# Install VSC hook
if options.hook:
from .hook import install_hook
return install_hook(options.path)
for path in options.paths:
return install_hook(path)

return process_paths(options, error=error)

Expand Down

0 comments on commit b030eff

Please sign in to comment.