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-04-26 11:18:41 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-04-26 11:18:41 (GMT)
commit10d1c12f34d80eab16ce225d99f12ba04c62d9c3 (patch)
treec7a563a92bac315527b3e0b279e1bf543c1750d5 /scripts
parentee7d4e9b65fa9b352baa4c590b302cf85ef7a15a (diff)
Broken indentantion
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 10614f5..e04d92e 100644
--- a/scripts/check.py
+++ b/scripts/check.py
@@ -12,7 +12,7 @@ class cmd_check(Command):
usage_args = ''
def lint(self, module):
- rc_path = os.path.join(data_dir, 'pylintrc')
+ rc_path = os.path.join(data_dir, 'pylintrc')
cmd = ['pylint', module, '--rcfile=%s' % rc_path]
subprocess.call(cmd)