create_highlighted_versions: fix misleading/wrong error message

This commit is contained in:
David Peter 2021-10-23 12:52:37 +02:00 committed by David Peter
parent 4081ace4b9
commit 0b63ad5e8b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def create_highlighted_versions(output_basepath):
p.map(create_highlighted_version, sources)
except subprocess.CalledProcessError as err:
print(
"=== Error: Could not highlight source file '{}".format(source),
"=== Error: Could not highlight source file:\n" + " ".join(err.cmd),
file=sys.stderr,
)
print(