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:
9196554
)
per yaron's review remove redundant lines for mkdir function
75/57175/1
author
KorenLev
<korenlev@gmail.com>
Tue, 8 May 2018 15:33:26 +0000
(11:33 -0400)
committer
KorenLev
<korenlev@gmail.com>
Tue, 8 May 2018 15:33:26 +0000
(11:33 -0400)
Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7
Signed-off-by: KorenLev <korenlev@gmail.com>
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: