summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-27 12:06:24 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-27 12:06:24 +0000
commit3db28e7dc6e706f26459be4fcb820a843cb6ff04 (patch)
tree2aa8be900cbdddcd6f9cddd461005e7db83056d6
parent3e5fd7059ced17a61df21e1c49f465eaf1748d27 (diff)
downloadlorry-controller-3db28e7dc6e706f26459be4fcb820a843cb6ff04.tar.gz
Add clarifying comment
-rw-r--r--lorrycontroller/readconf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lorrycontroller/readconf.py b/lorrycontroller/readconf.py
index 5e15dd5..ba0f463 100644
--- a/lorrycontroller/readconf.py
+++ b/lorrycontroller/readconf.py
@@ -270,6 +270,10 @@ class LorryControllerConfValidator(object):
self._check_prefixmap(section)
def _check_prefixmap(self, section):
+ # FIXME: We should be checking the prefixmap for things like
+ # mapping to a prefix that starts with the local Trove ID, but
+ # since we don't have easy access to that, we don't do that
+ # yet. This should be fixed later.
pass
def _check_lorries_section(self, section):