force creation of workdir (#1070)

This commit is contained in:
Daniel Garvey
2023-02-21 20:10:36 -06:00
committed by GitHub
parent f01c526efd
commit b18bc36127

View File

@@ -99,6 +99,7 @@ else:
print(
f"shark_tank local cache is located at {WORKDIR} . You may change this by setting the --local_tank_cache= flag"
)
os.makedirs(WORKDIR, exist_ok=True)
# Checks whether the directory and files exists.