summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firehose_call.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/firehose_call.py b/firehose_call.py
index bbd9111..f212736 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -40,8 +40,8 @@ if __name__ == '__main__':
try:
configs = mapping[repo]
except:
- log("Repo unknown: %s" % repo)
- exit(1)
+ log("Unknown repo: %s, Firehose not triggered" % repo)
+ exit(0)
os.chdir(FIREHOSE_DIR)
exit_val = subprocess.call(firehose_cmd(configs))