Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-28 14:08:40 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-28 14:08:40 (GMT)
commitc1a2d4baca3a52c14002ab183e025bd2683da132 (patch)
tree6c2fe0d0be50ce3a7b400bf86eb080935a3b82e1 /devbot
parent31990083fe4272c0663ba13c936ecd7c759778fe (diff)
Fix pep8
Diffstat (limited to 'devbot')
-rw-r--r--devbot/state.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/state.py b/devbot/state.py
index 87434d1..4e7e12a 100644
--- a/devbot/state.py
+++ b/devbot/state.py
@@ -25,6 +25,7 @@ def built_module_is_unchanged(module):
return source_hash == _compute_source_hash(module)
+
def system_check_is_unchanged():
system_check = _load_state(_SYSTEM_CHECK)
if not system_check: