Commit 3732cae1 authored by Tomáš Peterka's avatar Tomáš Peterka

Merge branch 'hotfix/json-value-resolution' into test/rjsacc

parents 54176024 dd7e1175
......@@ -275,7 +275,7 @@ def getAttrFromAnything(search_result, select, search_property_getter, kwargs):
# Prefer getter (accessor) than raw property name
try:
underlying_search_result = search_result.getObject()
except:
except AttributeError:
underlying_search_result = search_result
if contents_value is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment