blob: 09ddf11474c8fbd5a37dbbcff679fd9e7976d1f3 [file] [log] [blame]
"""https://github.com/PyCQA/pylint/issues/4265"""
try:
f = open('test')
except Exception:
pass