You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
convert_page fails on windows when called with paths containing drive letter as page_path because it treats the drive letter of a windows path as an url scheme.
Traceback (most recent call last):
File "Python37\lib\site-packages\htmlark.py", line 177, in convert_page
_, page_text = _get_resource(page_path)
File "Python37\lib\site-packages\htmlark.py", line 77, in _get_resource
raise ValueError("Not local path or HTTP/HTTPS URL", url_parsed.scheme)
ValueError: ('Not local path or HTTP/HTTPS URL', 'c')
The text was updated successfully, but these errors were encountered:
convert_page fails on windows when called with paths containing drive letter as page_path because it treats the drive letter of a windows path as an url scheme.
Env:
Python 3.7.2
Windows 10
Repro:
=>
The text was updated successfully, but these errors were encountered: