Commit 63f04864 by Michael Roytman

Fix up

parent 3b82f2e3
......@@ -9,7 +9,7 @@ from collections import namedtuple
class FileParser:
def __init__(self):
self.paths = self._load_repo_path()
self._load_repo_path()
def _load_repo_path(self):
"""Loads the path for the configuration repository from TRAVIS_BUILD_DIR environment variable."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment