isolate util/file_cache
This commit is contained in:
parent
0b92a19620
commit
1ff78a7959
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
from llnl.util.filesystem import mkdirp, rename
|
from llnl.util.filesystem import mkdirp, rename
|
||||||
|
|
||||||
from spack.error import SpackError
|
|
||||||
from spack.util.lock import Lock, ReadTransaction, WriteTransaction
|
from spack.util.lock import Lock, ReadTransaction, WriteTransaction
|
||||||
|
|
||||||
|
|
||||||
@ -178,5 +177,5 @@ def remove(self, key):
|
|||||||
lock.release_write()
|
lock.release_write()
|
||||||
|
|
||||||
|
|
||||||
class CacheError(SpackError):
|
class CacheError(Exception):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user