Windows: fix error with can_symlink check (#42753)
This commit is contained in:
parent
e96640d2b9
commit
7d728822f0
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ def _windows_can_symlink() -> bool:
|
|||
import llnl.util.filesystem as fs
|
||||
|
||||
fs.touchp(fpath)
|
||||
fs.mkdirp(dpath)
|
||||
|
||||
try:
|
||||
os.symlink(dpath, dlink)
|
||||
|
|
Loading…
Reference in a new issue