Commit ba49325a authored by Taddeus Kroes's avatar Taddeus Kroes

Minor bugfix.

parent 1328764f
......@@ -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:
......
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