@@ -85,7 +85,7 @@ class RepoDirStructure():
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def config(self) -> ClonerConfig:
|
def config(self) -> ClonerConfig:
|
||||||
self.has_config
|
assert self.has_config
|
||||||
if not self._config:
|
if not self._config:
|
||||||
parser = ClonerConfigParser(self.__config_filename)
|
parser = ClonerConfigParser(self.__config_filename)
|
||||||
self._config = parser.config
|
self._config = parser.config
|
||||||
|
|||||||
Reference in New Issue
Block a user