Report fp_blend with %r formatting, just like all other reported paths.

This commit is contained in:
2017-01-17 16:07:48 +01:00
parent e286f472b4
commit 5e5a9e37f1

View File

@@ -342,7 +342,7 @@ def pack(
fp_blend = os.path.join(fp.basedir, fp_blend_basename)
if fp_blend_basename_last != fp_blend_basename:
yield report(" %s: %s\n" % (colorize("blend", color='blue'), fp_blend))
yield report(" %s: %r\n" % (colorize("blend", color='blue'), fp_blend))
fp_blend_basename_last = fp_blend_basename
if binary_edits is not None: