소스 검색

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())


불러오는 중...
취소
저장