Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Remove redundant str call
  • Loading branch information
@George-Ogden
George-Ogden committed Nov 29, 2025
commit 17225612969dd68cdfa6dc6b7d5ea8d1956da533
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -1386,7 +1386,7 @@ def _clone(
proc=git.clone(
multi,
"--",
Git.polish_url(str(url)),
Git.polish_url(url),
clone_path,
with_extended_output=True,
as_process=True,
Expand Down
Loading