From 5c821a4d1462f3b0131f37995f40fc77a53468e6 Mon Sep 17 00:00:00 2001 From: KorenLev Date: Tue, 8 May 2018 11:33:26 -0400 Subject: per yaron's review remove redundant lines for mkdir function Change-Id: I260605fe8ac5bcfe01d5907eb4aef765e81f10a7 Signed-off-by: KorenLev (cherry picked from commit 802ba9cd2e1412ad20bd36009cb052b7e1e1b07e) --- app/install/calipso-installer.py | 2 -- 1 file changed, 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: -- cgit 1.2.3-korg