1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-08 22:38:33 +00:00

Remove MacOS-ism, whoops.

This commit is contained in:
Wilson Bilkovich 2025-03-12 13:28:53 -04:00
parent 13d72c5762
commit a6b2d27838

View File

@ -94,7 +94,7 @@ def generate_xml_report():
concurrent.futures.wait([html_future, xml_future])
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
except subprocess.CalledProcessError as e:
print(f'Error running coverage: {e}')