Draft: NavConverterCfg: configurable chains + compression
2 unresolved threads
2 unresolved threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -5,11 +5,16 @@
@@ -33,8 +38,8 @@ def NavConverterCfg(flags):
@@ -42,12 +47,12 @@ def NavConverterCfg(flags):
Hi @jburr is this a valid chain name?
Hmm not sure - you may need to ask @wprzygod that. I just copied it from further down the code.
I think that if not specified we would like to take all availabe chains, which means that None for chains is ok. I would just try without lines 16 and 17 (if it runs with no problem).
None
is not a valid thing to pass to that property so we'd just have to replace line 17 with an empty list.The reason I didn't do that is that I didn't want to change the default behaviour.
@dzanzi @wprzygod can this thread be solved?
Best, Thomas (L1)