We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05468cf commit 9497a52Copy full SHA for 9497a52
libvcs/projects/hg.py
@@ -25,7 +25,7 @@ def obtain(self, *args, **kwargs):
25
26
# Double hyphens between [OPTION]... -- SOURCE [DEST] prevent command injections
27
# via aliases
28
- self.run(["clone", "--noupdate", "-q", "--", self.url, self.dir])
+ self.run(["clone", "--noupdate", "-q", "--", self.url, str(self.dir)])
29
self.run(["update", "-q"])
30
31
def get_revision(self):
0 commit comments