explicitly create cache dir

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2017-02-01 23:10:26 +01:00
parent 67cc6a839b
commit 444790aed2
1 changed files with 1 additions and 0 deletions

View File

@ -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()