瀏覽代碼

Fix unicode bug in exception.

tags/v0.2
Ben Kurtovic 9 年之前
父節點
當前提交
9eaad11efb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot/wiki/site.py

+ 1
- 1
earwigbot/wiki/site.py 查看文件

@@ -844,7 +844,7 @@ class Site(object):
if lname in lnames:
return ns_id

e = "There is no namespace with name '{0}'.".format(name)
e = u"There is no namespace with name '{0}'.".format(name)
raise exceptions.NamespaceNotFoundError(e)

def get_page(self, title, follow_redirects=False, pageid=None):


Loading…
取消
儲存