Commit cb825e1f authored by Peter Uittenbroek's avatar Peter Uittenbroek

Variable name fix

parent 90533a7c
...@@ -1235,7 +1235,7 @@ class Options(DictMixin): ...@@ -1235,7 +1235,7 @@ class Options(DictMixin):
result =_annotate_section(result, "") result =_annotate_section(result, "")
data = _annotate_section(data.copy(), "") data = _annotate_section(data.copy(), "")
_update_section(result, data) _update_section(result, data)
result = _unannotate_section(anno_result) result = _unannotate_section(result)
result.pop('<', None) result.pop('<', None)
return result return result
finally: finally:
......
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