From bbe297e5a994242e5fe8b4bcf8b08210024bb871 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 22 Jan 2013 13:18:13 +0000 Subject: Fix pep8 --- (limited to 'devbot/build.py') 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 -- cgit v0.9.1