explicitly create cache dir
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
67cc6a839b
commit
444790aed2
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class Local(object):
|
|||
self.mkdir(self.global_explorer_out_path)
|
||||
self.mkdir(self.object_path)
|
||||
self.mkdir(self.bin_path)
|
||||
self.mkdir(self.cache_path)
|
||||
|
||||
def create_files_dirs(self):
|
||||
self._init_directories()
|
||||
|
|
Loading…
Reference in a new issue