summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/compileconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 568134f..6d8e3d0 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -230,6 +230,7 @@ def gen_config(nodename, config, localconfig):
plopconfig += [
(Symbol("db_backend"), Symbol(localconfig["dbbackend"])),
]
+ assert nodetype == "mergenodes"
if nodetype in ("frontendnodes", "storagenodes"):
plopconfig += [