mirror of
https://github.com/sharkdp/bat
synced 2024-11-23 12:23:19 +00:00
create_highlighted_versions: fix misleading/wrong error message
This commit is contained in:
parent
4081ace4b9
commit
0b63ad5e8b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue