Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-22 13:18:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-22 13:18:13 (GMT)
commitbbe297e5a994242e5fe8b4bcf8b08210024bb871 (patch)
tree90adbc4747f4ca5a75b0636f4bfffd3228f33522 /devbot/build.py
parentd1166c9415ed8e6a8729bb6b72084f71adf1cd54 (diff)
Fix pep8
Diffstat (limited to 'devbot/build.py')
-rw-r--r--devbot/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/devbot/build.py b/devbot/build.py
index c74df46..211cc88 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -196,7 +196,7 @@ def _build_module(module, log=None):
source_dir = module.get_source_dir()
if not os.path.exists(source_dir):
- print("Source directory does not exist. Please pull the sources " \
+ print("Source directory does not exist. Please pull the sources "
"before building.")
return False
@@ -230,7 +230,7 @@ def _distribute_module(module, log=None):
build_dir = module.get_build_dir()
if not os.path.exists(build_dir):
- print("Build directory does not exist. Please build before " \
+ print("Build directory does not exist. Please build before "
"distributing.")
return False