From 23ea101d70c39058be7dd9e6cb6cb94c800e1a35 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2012 10:00:46 -0400 Subject: [PATCH] Subversion conf file read is working. --- irkerhook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irkerhook.py b/irkerhook.py index c2ddb4c..b62a860 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -109,6 +109,8 @@ class GitExtractor: def load_preferences(extractor, conf): "Load preferences from a file in the repository root." + if not os.path.exists(conf): + return ln = 0 for line in open(conf): ln += 1 -- 2.26.2