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

Fix unicode bug in exception.

tags/v0.2
Ben Kurtovic пре 10 година
родитељ
комит
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…
Откажи
Сачувај