summaryrefslogtreecommitdiffstats
path: root/app/install
diff options
context:
space:
mode:
authorKorenLev <korenlev@gmail.com>2018-05-08 11:33:26 -0400
committerKoren Lev <korenlev@gmail.com>2018-05-08 12:33:18 +0000
commit5c821a4d1462f3b0131f37995f40fc77a53468e6 (patch)
treed2bf4949562d0edc46fd9c5e6472c168146b84c2 /app/install
parent9cae502d03b40e4e2069c8aadf8cf905e3612025 (diff)
per yaron's review remove redundant lines for mkdir functionopnfv-6.1.0stable/fraser
Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7 Signed-off-by: KorenLev <korenlev@gmail.com> (cherry picked from commit 802ba9cd2e1412ad20bd36009cb052b7e1e1b07e)
Diffstat (limited to 'app/install')
-rw-r--r--app/install/calipso-installer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/install/calipso-installer.py b/app/install/calipso-installer.py
index 687504a..b101907 100644
--- a/app/install/calipso-installer.py
+++ b/app/install/calipso-installer.py
@@ -435,8 +435,6 @@ while container != "all" and container not in container_names:
# create local directory on host, raise error if it doesn't exists
try:
- os.makedirs(H_DIR)
- os.makedirs(H_DIR+'log')
os.makedirs(H_DIR+'log/calipso')
except OSError as e:
if e.errno != errno.EEXIST: