Skip to content
Snippets Groups Projects

ENH: more useful table export find func

Merged Timm Fitschen requested to merge f-table-export-find-func into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading