diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1195,7 +1195,7 @@ class Project(object): | |||
1195 | for stock_hook in repo_hooks(): | 1195 | for stock_hook in repo_hooks(): |
1196 | name = os.path.basename(stock_hook) | 1196 | name = os.path.basename(stock_hook) |
1197 | 1197 | ||
1198 | if name in ('commit-msg') and not self.remote.review: | 1198 | if name in ('commit-msg',) and not self.remote.review: |
1199 | # Don't install a Gerrit Code Review hook if this | 1199 | # Don't install a Gerrit Code Review hook if this |
1200 | # project does not appear to use it for reviews. | 1200 | # project does not appear to use it for reviews. |
1201 | # | 1201 | # |