Skip to content

Commit c312233

Browse files
committed
Minor fix with unicode errors
1 parent cf59b2c commit c312233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack_loader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_bundle(bundle_name, config):
8080
elif assets.get('status') == 'error':
8181
if 'file' not in assets:
8282
assets['file'] = ''
83-
error = """
83+
error = u"""
8484
{error} in {file}
8585
{message}
8686
""".format(**assets)

0 commit comments

Comments
 (0)