Commit 1a0fb74b authored by Igor Dejanovic's avatar Igor Dejanovic

Default for tree reducing set as False

parent 32c5caea
......@@ -776,7 +776,7 @@ class Parser(object):
debug (bool): If true debugging messages will be printed.
comments_model: parser model for comments.
"""
def __init__(self, skipws=True, ws=DEFAULT_WS, reduce_tree=True,
def __init__(self, skipws=True, ws=DEFAULT_WS, reduce_tree=False,
debug=False):
self.skipws = skipws
self.ws = ws
......
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