Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/check.py')
-rw-r--r--devbot/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/check.py b/devbot/check.py
index aca4fed..c335ff0 100644
--- a/devbot/check.py
+++ b/devbot/check.py
@@ -31,7 +31,7 @@ def _check_module(module):
result = True
if module.has_checks:
- print "* Checking %s" % module.name
+ print("* Checking %s" % module.name)
os.chdir(module.get_build_dir())