From 287a4e24489f29835cef6a3796045633a5647222 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 16 Sep 2015 18:28:04 +0100 Subject: Actually fix import os --- firehose_call.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firehose_call.py b/firehose_call.py index 9a3afa3..275212a 100644 --- a/firehose_call.py +++ b/firehose_call.py @@ -1,9 +1,9 @@ # takes a repo as $1 and calls firehose for each config the repo appears in +import os FIREHOSE_DIR = 'firehose' LOGFILE = os.path.expanduser("~/orchestration/trigger_log") -import os from firehose_mappings import mapping log_file = open(LOGFILE,'a') -- cgit v1.2.1