mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #700] [MERGED] fix(setup): Use resolve() before invoking as_uri() #711
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#711
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/700
Author: @apastel
Created: 12/22/2024
Status: ✅ Merged
Merged: 12/27/2024
Merged by: @sigma67
Base:
main← Head:patch-1📝 Commits (1)
19ce896fix(setup): Use resolve() before invoking as_uri()📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
ytmusicapi/setup.py(+1 -1)📄 Description
If no
--fileargument is provided to setup,as_uri()throws a ValueError when it tries to get the relative path to print to the console. Usingresolve()will work in both case (--fileprovided or not provided).Fixes #699
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.