Commit 2ece3ae4 authored by Igor Dejanovic's avatar Igor Dejanovic

Another fix in comments handling

parent 4837409b
......@@ -906,7 +906,8 @@ class Parser(object):
self.line_ends = []
self.input = _input
self.parser_model.clear_cache()
self.comments_model.clear_cache()
if self.comments_model:
self.comments_model.clear_cache()
self.parse_tree = self._parse()
# In debug mode export parse tree to dot file for
......
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