Skip to content

Commit db61a27

Browse files
committed
Add more print debugging
1 parent da0ecc0 commit db61a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pystac/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def safe_urlparse(href: str) -> URLParseResult:
5050
Returns:
5151
urllib.parse.ParseResult : The named tuple representing the parsed HREF.
5252
"""
53+
print("href:", href)
5354
parsed = urlparse(href)
5455
print(parsed.scheme, parsed.netloc, parsed.path)
5556
if parsed.scheme != "" and (

0 commit comments

Comments
 (0)