Skip to content

Commit

Permalink
Update modules_odoo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Sep 8, 2021
1 parent b5e7496 commit 4208b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylint_odoo/checkers/modules_odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,8 @@ def _get_xml_referenced_files(self):
if not fname.endswith('.xml'):
continue
referenced_files.update(
self._get_xml_referenced_files_report(os.path.normpath(fname), data_type)
self._get_xml_referenced_files_report(
os.path.normpath(fname), data_type)
)
return referenced_files

Expand Down

0 comments on commit 4208b68

Please sign in to comment.