Skip to content

Commit

Permalink
add line back
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Feb 21, 2024
1 parent ac89976 commit cde33d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/turbine_models/turbine_tank/turbine_tank.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
print(
f"turbine_tank local cache is located at {WORKDIR} . You may change this by assigning the TURBINE_TANK_CACHE_DIR environment variable."
)
os.makedirs(WORKDIR, exist_ok=True)

storage_account_key = os.environ.get("AZURE_STORAGE_ACCOUNT_KEY")
storage_account_name = os.environ.get("AZURE_STORAGE_ACCOUNT_NAME")
Expand Down

0 comments on commit cde33d9

Please sign in to comment.