Skip to content

Commit 6b85c65

Browse files
author
Vladimir Kotal
committed
add debug
1 parent 00be31a commit 6b85c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/sync/hook.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def run_hook(logger, script, path):
3434
Return 0 on success, 1 on failure.
3535
"""
3636

37+
logger.debug("Running hook '{}' in directory {}".
38+
format(script, path))
3739
cmd = Command([script], work_dir=path)
3840
cmd.execute()
3941
if cmd.state is not "finished" or cmd.getretcode() != 0:

0 commit comments

Comments
 (0)