Merge "UnboundLocalError on message-list"
This commit is contained in:
@@ -152,6 +152,8 @@ def extract_filters(args):
|
|||||||
if value.startswith('{') and value.endswith('}'):
|
if value.startswith('{') and value.endswith('}'):
|
||||||
value = _build_internal_dict(value[1:-1])
|
value = _build_internal_dict(value[1:-1])
|
||||||
filters[key] = value
|
filters[key] = value
|
||||||
|
else:
|
||||||
|
print("WARNING: Ignoring the filter %s while showing result." % f)
|
||||||
|
|
||||||
return filters
|
return filters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user