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 22:36:07 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-09 22:36:07 (GMT)
commitcf9df2f86bac2309fe922173a870078f7f025232 (patch)
treec0c3e050995a0d6b70e8350d3ecd0c34747ee9dd /scripts
parent4f937d8de1c642a9b1d20b7dd5e6106a1a377f0f (diff)
Better check messages.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check.py b/scripts/check.py
index 372f7d0..e6a14bf 100644
--- a/scripts/check.py
+++ b/scripts/check.py
@@ -61,9 +61,11 @@ class cmd_check(Command):
print 'Pylint the sugar shell...'
self.lint_path(os.path.join(sugar_path, 'shell'))
self.lint_path(os.path.join(sugar_path, 'service'))
+ print 'Done.\n'
print 'Pylint the sugar module...'
self.lint('sugar')
+ print 'Done.'
def run(self, config, options, args):
self.start_xvfb(options.xvfb_port)