Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-27 13:42:04 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-27 13:43:07 (GMT)
commit3e0b6b5c3a863f3a2ad035e73bf5b58968757f8f (patch)
treee1540c262ee0ace06b06981361dcd90e113ce0fa /devbot/system.py
parent8ac3ac25a88116a137e7c1142648d09366af41df (diff)
Fix running on an unsupported distro
Diffstat (limited to 'devbot/system.py')
-rw-r--r--devbot/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 4e7ce8c..7b74104 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -95,7 +95,7 @@ def run_checks(package_manager, checks, packages):
package_manager.install_packages(to_install)
if failed_checks:
- print "Failed checks\n"
+ print "\nFailed checks:"
else:
return True