Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally!
This commit is contained in:
parent
4fd487f72e
commit
9dba44de84
@ -82,7 +82,7 @@ def read_mediagoblin_config(config_path, config_spec=CONFIG_SPEC_PATH):
|
|||||||
return config, validation_result
|
return config, validation_result
|
||||||
|
|
||||||
|
|
||||||
REPORT_HEADER = """\
|
REPORT_HEADER = u"""\
|
||||||
There were validation problems loading this config file:
|
There were validation problems loading this config file:
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user