mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00:00
create_highlighted_versions: fix misleading/wrong error message
This commit is contained in:
parent
4081ace4b9
commit
0b63ad5e8b
@ -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…
x
Reference in New Issue
Block a user