#2342 fix simple_error_message encoding
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue1977  into  master

@@ -288,6 +288,7 @@ 

          if err:

              result.append("<p>%s</p>\n" % err)

          result.append("</body></html>\n")

+         result = [x.encode('utf-8') for x in result]

          length = sum([len(x) for x in result])

          headers = [

              ('Allow', 'GET, POST, HEAD'),

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

3 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

3 years ago

Commit 074d61f fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago