mirror of https://github.com/astral-sh/ruff
Explicitly cast checkout directory to string
This commit is contained in:
parent
c4bddb88c9
commit
2a14b94995
|
|
@ -98,7 +98,7 @@ class Repository(Serializable):
|
|||
command.extend(
|
||||
[
|
||||
f"https://github.com/{self.owner}/{self.name}",
|
||||
checkout_dir,
|
||||
str(checkout_dir),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue