summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 12595cd7..ca092b89 100644
--- a/project.py
+++ b/project.py
@@ -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 #