install finish
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f84cabffe3
commit
820eea56fb
2 changed files with 5 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class ConfigInstall:
|
|||
log.info("Running global explorers")
|
||||
explorers = self.path.list_global_explorers()
|
||||
if(len(explorers) == 0):
|
||||
raise CdistError("No explorers found in", self.path.global_explorer_dir)
|
||||
raise CdistError("No explorers found in ", self.path.global_explorer_dir)
|
||||
|
||||
self.path.transfer_global_explorers()
|
||||
for explorer in explorers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue