mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-03 20:53:12 +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
|
initializing DVC (Data Version Control). This allows DVC to integrate with
|
||||||
Git.
|
Git.
|
||||||
"""
|
"""
|
||||||
|
if dest == Path.cwd():
|
||||||
|
dest = dest / name
|
||||||
project_clone(name, dest, repo=repo, git=git, no_init=no_init)
|
project_clone(name, dest, repo=repo, git=git, no_init=no_init)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user