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
Windows uses `\` for path separation, causing python to see the `\U` in
`C:\Users` as a Unicode string. Replace `\\` with `/` in file path
strings.
Also, the colon in drive paths on Windows causes the `partition` logic
in `bump.py` and `commands/bump.py` to fail. Perform the logic on the
path without the drive portion.
0 commit comments