ソースを参照

context is node, not obj

tags/v0.1
Ben Kurtovic 12年前
コミット
3b72f94531
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mwparserfromhell/wikicode.py

+ 1
- 1
mwparserfromhell/wikicode.py ファイルの表示

@@ -92,7 +92,7 @@ class Wikicode(StringMixIn):
return callback(self, value, i)
if self._contains(self._get_children(node), obj):
return self._do_search(obj, value, recursive, callback,
context=obj)
context=node)
raise ValueError(obj)

callback(self, value, self.index(obj, recursive=False))


読み込み中…
キャンセル
保存