Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 2983
f2f33024b001
parent 2982
556adfe76ba7
child 3022
57179e4cdadd
child 3057
10516539f238
equal deleted inserted replaced
2982:556adfe76ba7 2983:f2f33024b001
55 QCoreApplication.translate("CodeStyleCheckerPy2", 55 QCoreApplication.translate("CodeStyleCheckerPy2",
56 "Python2 interpreter not configured."))) 56 "Python2 interpreter not configured.")))
57 return 57 return
58 58
59 checker = os.path.join(getConfig('ericDir'), 59 checker = os.path.join(getConfig('ericDir'),
60 "UtilitiesPython2", "Pep8Checker.py") 60 "UtilitiesPython2", "CodeStyleChecker.py")
61 61
62 args = [checker] 62 args = [checker]
63 if repeat: 63 if repeat:
64 args.append("-r") 64 args.append("-r")
65 if select: 65 if select:

eric ide

mercurial