Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-09 21:46:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-09 21:46:14 (GMT)
commit4f937d8de1c642a9b1d20b7dd5e6106a1a377f0f (patch)
treef144de69501eff2acb16fd12cbe575dfa10bc122 /scripts
parented0e67bb5fe2dce9b8727fe5dd50f1b495bc0081 (diff)
Fix pylint command line.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.py b/scripts/check.py
index 701b90c..372f7d0 100644
--- a/scripts/check.py
+++ b/scripts/check.py
@@ -38,7 +38,7 @@ class cmd_check(Command):
print 'Cannot execute xfvb, will use the default display.'
def lint(self, module):
- subprocess.call(['pylint', '--rcfile=%s' % pylintrc_path])
+ subprocess.call(['pylint', module, '--rcfile=%s' % pylintrc_path])
def lint_path(self, path):
cwd = os.getcwd()