tptimer/env/lib/python2.7/site-packages/pylint/test/functional/broad_except.py

9 lines
173 B
Python
Raw Normal View History

2018-07-20 05:43:02 +00:00
# pylint: disable=missing-docstring
from __future__ import print_function
__revision__ = 0
try:
__revision__ += 1
except Exception: # [broad-except]
print('error')