Преглед изворни кода

A rogue print statement appears!

tags/v0.1
Ben Kurtovic пре 11 година
родитељ
комит
889fd316d3
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      mwparserfromhell/parser/tokenizer.py

+ 0
- 1
mwparserfromhell/parser/tokenizer.py Прегледај датотеку

@@ -115,7 +115,6 @@ class Tokenizer(object):
self._push_textbuffer()
if self._stack:
text = [tok for tok in self._stack if isinstance(tok, tokens.Text)]
print text
text = "".join([token.text for token in text])
if text.strip() and "\n" in text.strip():
raise BadRoute(self._pop())


Loading…
Откажи
Сачувај