aboutsummaryrefslogtreecommitdiff
path: root/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'export.py')
-rw-r--r--export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.py b/export.py
index 41643a9..5f358cb 100644
--- a/export.py
+++ b/export.py
@@ -376,7 +376,7 @@ def export_all_to_directory(data, outputdir):
# Force errors.
templates = list(templates)
except ExportFailure, e:
- warn('export failed: %s: %s' % (name, e.message))
+ warn('export failed: %s: %s' % (name.encode('utf-8').strip(), e.message.encode('utf-8').strip()))
yield(name, templates)