From a47c35f84688ea90f8ee50bc8f40b811c6b887c2 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 27 Nov 2012 14:18:00 +0000 Subject: Fix and simplify skipping modules --- (limited to 'devbot/config.py') diff --git a/devbot/config.py b/devbot/config.py index 0170196..2b748e6 100644 --- a/devbot/config.py +++ b/devbot/config.py @@ -47,7 +47,7 @@ class Module: return os.path.join(get_build_dir(), self.name) def get_commit_id(self): - return utils.get_commit_id(get_source_dir()) + return utils.get_commit_id(self.get_source_dir()) def _ensure_dir(dir): if not os.path.exists(dir): -- cgit v0.9.1