summaryrefslogtreecommitdiff
path: root/tests/regrtest_data/fail_under_plus7_5.py
blob: fea27f4ecb8acb5d5270aa597a8e756d2c9d814f (plain)
1
2
3
4
5
6
7
8
9
""""
    pylint score:  +7.50
"""

import os

def func():
    path = '/tmp'
    os.path.exists(path)