removed unused build dir
This commit is contained in:
@@ -200,12 +200,6 @@ if __name__ == '__main__':
|
||||
logging.error("Another instance is already running")
|
||||
sys.exit(2)
|
||||
|
||||
if os.path.exists(config["basedir"]["build"]):
|
||||
shutil.rmtree(config["basedir"]["build"])
|
||||
|
||||
os.mkdir(config["basedir"]["build"])
|
||||
logging.debug("Build dir created")
|
||||
|
||||
if not os.path.exists(config["basedir"]["repo"]):
|
||||
pathlib.Path(config["basedir"]["repo"]).mkdir(parents=True, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user