always create global_explorer_out_path
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d2bbd1d14c
commit
99ffda3cdf
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class Local(object):
|
|||
|
||||
def create_directories(self):
|
||||
self.mkdir(self.out_path)
|
||||
self.mkdir(self.global_explorer_out_path)
|
||||
self.mkdir(self.bin_path)
|
||||
|
||||
def rmdir(self, path):
|
||||
|
|
Loading…
Reference in a new issue