diff --git a/lib/cdist/exec/local.py b/lib/cdist/exec/local.py index fd9f8229..bef44e21 100644 --- a/lib/cdist/exec/local.py +++ b/lib/cdist/exec/local.py @@ -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):