Skip to content
Snippets Groups Projects
Commit ba49325a authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Minor bugfix.

parent 1328764f
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ class Parser(BisonParser):
i += 1
if i > 100:
lines.append('Too many rewrite steps, aborting...')
print 'Too many rewrite steps, aborting...'
break
if not verbose or not i:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment