Browse Source

Minor bugfix.

Taddeus Kroes 14 năm trước cách đây
mục cha
commit
ba49325a72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/parser.py

+ 1 - 1
src/parser.py

@@ -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: