Skip to content
Snippets Groups Projects
Verified Commit 58b78e36 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: enhance find_func of table_export

parent 89b4ccad
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!78ENH: more useful table export find func
Pipeline #40476 passed
......@@ -165,7 +165,7 @@ class BaseTableExporter(object):
elif FIND_FUNCTION in d:
if callable(d[FIND_FUNCTION]):
find_fun = d[FIND_FUNCTION]
else
else:
find_fun = getattr(self, d[FIND_FUNCTION])
try:
self.info[e] = find_fun()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment