Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 27, 2020
1 parent e298df6 commit 73249f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/iutest_compile_error_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def is_included_from(self):
if n and prev and prev.message.find(n.group(1)) != -1:
is_declaration = True
if re_provided_for.match(msg.message):
msg.provided_for= True
msg.provided_for = True

if prev:
is_expansion = re_expansion.search(msg.message)
Expand Down

0 comments on commit 73249f2

Please sign in to comment.