Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-30 19:50:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-30 19:50:42 (GMT)
commiteb731fc04d2db0af988c1579cf4f599091c6c62d (patch)
tree73d7d9aa1f3a405f7deab8fb371c96bc79b2ecd7 /devbot
parentea9c75da5dc69a14d7f06b841fcc06ce45333b35 (diff)
Typos
Diffstat (limited to 'devbot')
-rw-r--r--devbot/system.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devbot/system.py b/devbot/system.py
index 5757424..bc8cf6c 100644
--- a/devbot/system.py
+++ b/devbot/system.py
@@ -114,8 +114,8 @@ def run_checks(package_manager, checks, packages):
if distro_info.supported:
if packages_not_found:
- print "\Packages not found for"
- _print_checks(_packages_not_found)
+ print "\nPackages not found for"
+ _print_checks(packages_not_found)
return False
if to_install: