From 99ffda3cdf2dc202bd9852f4b124e6e9557659b8 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 17:04:33 +0200 Subject: [PATCH] always create global_explorer_out_path Signed-off-by: Steven Armstrong --- lib/cdist/exec/local.py | 1 + 1 file changed, 1 insertion(+) 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):