mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	create_highlighted_versions: fix misleading/wrong error message
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user