New behavior, new tests, added wizzard and processor
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
@@ -66,7 +66,6 @@ class Cloner:
|
||||
self._repo = RepoTool(repo_path)
|
||||
return self.__opened
|
||||
|
||||
|
||||
@property
|
||||
def __opened(self) -> bool:
|
||||
if not self._repo:
|
||||
@@ -221,3 +220,7 @@ class Cloner:
|
||||
if detector.check_fingerprint():
|
||||
log.debug(f"Starting detector discovery")
|
||||
detector.run(callback)
|
||||
|
||||
def detector_init(self):
|
||||
detector = Detector(Path(self.main_repo_path), Path(self._dirs.cache_dir), self._config.cloner_project_name)
|
||||
detector.initialize_caches()
|
||||
|
||||
Reference in New Issue
Block a user