aboutsummaryrefslogtreecommitdiff
path: root/gitosis/run_hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitosis/run_hook.py')
-rw-r--r--gitosis/run_hook.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitosis/run_hook.py b/gitosis/run_hook.py
index a1ce0ad..230eb4f 100644
--- a/gitosis/run_hook.py
+++ b/gitosis/run_hook.py
@@ -33,7 +33,7 @@ def build_reposistory_data(config):
config=config,
)
-def post_update(cfg, git_dir):
+def post_update(cfg, git_dir): #pragma: no cover
"""
post-update hook for the Gitosis admin directory.
@@ -71,7 +71,7 @@ class Main(app.App):
'Perform gitosis actions for a git hook')
return parser
- def handle_args(self, parser, cfg, options, args):
+ def handle_args(self, parser, cfg, options, args): #pragma: no cover
"""Parse the input for this program."""
try:
(hook,) = args