Explicitly cast checkout directory to string

This commit is contained in:
Zanie
2023-10-27 12:23:51 -05:00
parent c4bddb88c9
commit 2a14b94995

View File

@@ -98,7 +98,7 @@ class Repository(Serializable):
command.extend(
[
f"https://github.com/{self.owner}/{self.name}",
checkout_dir,
str(checkout_dir),
],
)