Remove: annoying warning message
This commit is contained in:
parent
25bb995b19
commit
521d444e81
@ -80,7 +80,7 @@ class Plugin(PluginBackendClass):
|
|||||||
hier_data = path_assemble_hier(hier_data, hier_sep)
|
hier_data = path_assemble_hier(hier_data, hier_sep)
|
||||||
|
|
||||||
if not isinstance(hier_data, list):
|
if not isinstance(hier_data, list):
|
||||||
log.warn("Hier module can't loop over non list data, got: {hier_data}")
|
log.debug(f"Hier module can't loop over non list data, got: {hier_data} for {cand}")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Build result list
|
# Build result list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user