Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Apr 7, 2024
1 parent bc93cdf commit f27d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def compiler_test(
with open('err.txt') as err_file:
if err_file.readlines():
raise RuntimeError('')
except Exception: # pylint disable=broad-except
except Exception: # pylint: disable=broad-except
return False
else:
return True
Expand Down

0 comments on commit f27d9ac

Please sign in to comment.