Skip to content

Commit

Permalink
Pylinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pya committed Jun 14, 2015
1 parent 26e93f8 commit 0a7289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_py_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def check_py_syntax(src_path, dst_path):
with TempDir(dst_path):
try:
py_compile.compile('{}.py'.format(mod_name), doraise=True)
except Exception as err:
except Exception as err: # pylint: disable=broad-except
print('#' * 30)
print('Error in module', mod_name)
print('#' * 30)
Expand Down

0 comments on commit 0a7289f

Please sign in to comment.