typo
This commit is contained in:
parent
d9637751cb
commit
553a9036eb
@ -585,7 +585,7 @@ def use_renameat2(self):
|
|||||||
if os.path.islink(self.root):
|
if os.path.islink(self.root):
|
||||||
return False
|
return False
|
||||||
elif os.path.isdir(self.root):
|
elif os.path.isdir(self.root):
|
||||||
if not spack.util.atmoic_update.renameat2:
|
if not spack.util.atomic_update.renameat2:
|
||||||
raise Exception
|
raise Exception
|
||||||
|
|
||||||
return bool(spack.util.atomic_update.renameat2)
|
return bool(spack.util.atomic_update.renameat2)
|
||||||
|
Loading…
Reference in New Issue
Block a user