Skip to content

Commit

Permalink
Merge pull request #15 from mr-c/run_url
Browse files Browse the repository at this point in the history
cope with URLs in run field
  • Loading branch information
bogdang989 authored Oct 7, 2021
2 parents cda5131 + 3182f1a commit 78f59df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbpack/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def resolved_path(base_url: urllib.parse.ParseResult, link: str):

else:
# Absolute remote path
new_url = urllib.parse.ParseResult(link_url)
new_url = link_url

return new_url

Expand Down

0 comments on commit 78f59df

Please sign in to comment.