Code Review
/
calipso.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9cae502
)
per yaron's review remove redundant lines for mkdir function
77/57177/1
stable/fraser
opnfv-6.1.0
author
KorenLev
<korenlev@gmail.com>
Tue, 8 May 2018 15:33:26 +0000
(11:33 -0400)
committer
Koren Lev
<korenlev@gmail.com>
Tue, 8 May 2018 12:33:18 +0000
(12:33 +0000)
Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7
Signed-off-by: KorenLev <korenlev@gmail.com>
(cherry picked from commit
802ba9cd2e1412ad20bd36009cb052b7e1e1b07e
)
app/install/calipso-installer.py
patch
|
blob
|
history
diff --git
a/app/install/calipso-installer.py
b/app/install/calipso-installer.py
index
687504a
..
b101907
100644
(file)
--- 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: