Skip to content

Commit

Permalink
squash: fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed May 5, 2023
1 parent fa82c95 commit 1221a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def lint_validate(self) -> LinterReturn:

schema_name = self.__class__.__name__.lower()

errors = tmt.utils.validate_fmf_node(self.node, f'{schema_name}.yaml')
errors = tmt.utils.validate_fmf_node(self.node, f'{schema_name}.yaml', self._logger)

if errors:
# A bit of error formatting. It is possible to use str(error), but the result
Expand Down

0 comments on commit 1221a2a

Please sign in to comment.