mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
create subfolder in working dir
This commit is contained in:
parent
3487214ba1
commit
efe7eb71f2
|
@ -82,6 +82,8 @@ def project_clone_cli(
|
|||
initializing DVC (Data Version Control). This allows DVC to integrate with
|
||||
Git.
|
||||
"""
|
||||
if dest == Path.cwd():
|
||||
dest = dest / name
|
||||
project_clone(name, dest, repo=repo, git=git, no_init=no_init)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user