Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
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