Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-02 16:32:56 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-02 16:32:56 (GMT)
commitf6bf5049d4f7eb219c548013baf4f4a1dc8f5b09 (patch)
tree16ddf0af3527dac1fc117b399e15a540869c42e5 /devbot/config.py
parent26b010f917c7237f73bf0fe578290b6bff3c375d (diff)
Add sugar-html-activity
Diffstat (limited to 'devbot/config.py')
-rw-r--r--devbot/config.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 197492d..3f65417 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -59,10 +59,8 @@ class Module:
return "autotools"
elif os.path.exists(os.path.join(source_dir, "package.json")):
return "node"
- else:
- print("The source directory has unexpected content, please "
- "delete it and pull\nthe source again.")
- return None
+
+ return None
def setup(**kwargs):