This commit is contained in:
parent
f666208b75
commit
ddf937d642
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class ActionModule(ActionBase):
|
|||
data = to_text(b_data, errors='surrogate_or_strict')
|
||||
|
||||
self.show_content = show_content
|
||||
data = self._loader.load(data, show_content)
|
||||
data = self._loader.load(data, file_name=filename, show_content=show_content)
|
||||
if not data:
|
||||
data = dict()
|
||||
if not isinstance(data, dict):
|
||||
|
|
Loading…
Reference in a new issue