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/config.py') diff --git a/devbot/config.py b/devbot/config.py index 9a79dcc..d444869 100644 --- a/devbot/config.py +++ b/devbot/config.py @@ -55,7 +55,7 @@ class Module: elif os.path.exists(os.path.join(source_dir, "autogen.sh")): return "autotools" else: - print("The source directory has unexpected content, please " \ + print("The source directory has unexpected content, please " "delete it and pull\nthe source again.") return None -- cgit v0.9.1