mkdir
This commit is contained in:
parent
dbb27ac0ef
commit
3001e6ec30
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ def install_actions(path: Path) -> None:
|
||||||
log.info(target)
|
log.info(target)
|
||||||
browse(target)
|
browse(target)
|
||||||
browse(project.root)
|
browse(project.root)
|
||||||
source.symlink_to(target)
|
# source.symlink_to(target)
|
||||||
|
fs.make_directory(source)
|
||||||
browse(project.root)
|
browse(project.root)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue