summaryrefslogtreecommitdiff
path: root/lorrycontroller/readconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/readconf.py')
-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):