mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-09 06:48:30 +00:00
Remove MacOS-ism, whoops.
This commit is contained in:
parent
13d72c5762
commit
a6b2d27838
@ -94,7 +94,7 @@ def generate_xml_report():
|
|||||||
concurrent.futures.wait([html_future, xml_future])
|
concurrent.futures.wait([html_future, xml_future])
|
||||||
|
|
||||||
print(f'\nCoverage reports saved to {cov_dir.as_posix()}')
|
print(f'\nCoverage reports saved to {cov_dir.as_posix()}')
|
||||||
print(f'HTML report: open {cov_dir.as_posix()}/html/index.html')
|
print(f'HTML report: {cov_dir.as_posix()}/html/index.html')
|
||||||
return result.returncode
|
return result.returncode
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
print(f'Error running coverage: {e}')
|
print(f'Error running coverage: {e}')
|
||||||
|
Loading…
Reference in New Issue
Block a user