Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: