forked from ungleich-public/cdist
+debug
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
c25c986992
commit
1d1149deab
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ class Local(object):
|
||||||
|
|
||||||
# Iterate over all directories and link the to the output dir
|
# Iterate over all directories and link the to the output dir
|
||||||
for conf_dir in self.conf_dirs:
|
for conf_dir in self.conf_dirs:
|
||||||
|
self.log.debug("Checking conf_dir %s ..." % (conf_dir))
|
||||||
for sub_dir in [ "explorer", "manifest", "type" ]:
|
for sub_dir in [ "explorer", "manifest", "type" ]:
|
||||||
current_dir = os.path.join(conf_dir, sub_dir)
|
current_dir = os.path.join(conf_dir, sub_dir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue