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
Allow links to have file:// prefix - but don't write them that way by default (stac-utils#1489)
* Allow reading and writing when href startswith file:///
* Add test of reading and writing to hrefs starting with file:///
* Ensure that file:/// are interpretted as absolute urls
* Try to fix windows
* Try to fix windows
* Try to fix windows
* Add some print debugging
* Add more print debugging
* Add more print debugging
* Moved is_absolute to os dependent test
* Fix os-dependent test
* Strip initial slash and see if it passes
* Add more print debugging
* Just strip off the leading slash
* Only for windows
* Fix windows handling
---------
Co-authored-by: Pete Gadomski <[email protected]>
0 commit comments