Reset loaded data ?
This commit is contained in:
parent
188a850035
commit
d8c0cd5fda
@ -198,6 +198,7 @@ class ActionModule(ActionBase):
|
|||||||
filepath = path.join(root_dir, filename)
|
filepath = path.join(root_dir, filename)
|
||||||
if not stop_iter and not failed:
|
if not stop_iter and not failed:
|
||||||
if path.exists(filepath):
|
if path.exists(filepath):
|
||||||
|
loaded_data = {}
|
||||||
failed, err_msg, loaded_data = self._load_files(filepath)
|
failed, err_msg, loaded_data = self._load_files(filepath)
|
||||||
if not failed:
|
if not failed:
|
||||||
main_hostname = Path(filepath).stem
|
main_hostname = Path(filepath).stem
|
||||||
|
Loading…
Reference in New Issue
Block a user