Skip to content

Commit

Permalink
Hotfix: everything was an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jul 17, 2022
1 parent 2311ab9 commit 7480e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def find_errors(self, output):
error_type = singularize(next(
group
for group in ('errors', 'warnings', 'infos')
if group in matched_groups
if matched_groups.get(group)
))

row, col = self.view.rowcol(offset + match.start())
Expand Down

0 comments on commit 7480e61

Please sign in to comment.