Skip to content
Snippets Groups Projects
Commit 23ea101d authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Subversion conf file read is working.

parent 2e99f70c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment