summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-09 16:28:12 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-09 16:28:12 +0100
commit02bac542b43c6a71df65203f399cbf84f4c8669a (patch)
treea565b6090d177cb6bb9062fddd865e6d7279693f /firehose_call.py
parent492bac53b217fd650cf376cfe1a1b1930d9e25e2 (diff)
downloadbuildslave-scripts-02bac542b43c6a71df65203f399cbf84f4c8669a.tar.gz
Add debug code
Diffstat (limited to 'firehose_call.py')
-rw-r--r--firehose_call.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/firehose_call.py b/firehose_call.py
index c9ec3f5..4fa70d6 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -30,6 +30,7 @@ def firehose_cmd(config,loglevel='debug',log='/dev/stdout'):
if __name__ == '__main__':
import sys, subprocess, os
+ log('I have been run')
try:
repo = sys.argv[1]