From 5e5a9e37f11dc53b770ca97824b6ad3f5bd5d641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 Jan 2017 16:07:48 +0100 Subject: [PATCH] Report fp_blend with %r formatting, just like all other reported paths. --- bam/blend/blendfile_pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bam/blend/blendfile_pack.py b/bam/blend/blendfile_pack.py index 9f35ab5..4b78305 100755 --- a/bam/blend/blendfile_pack.py +++ b/bam/blend/blendfile_pack.py @@ -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: