Skip to content

Commit

Permalink
add print statement [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Aug 12, 2024
1 parent d468345 commit 956039e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quartz_solar_forecast/utils/hf_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def get_file_path(latitude: float,

hf_token = os.getenv("HF_TOKEN")
hf_repo = os.getenv("HF_REPO")
print(hf_repo)

login(hf_token)
fs = HfFileSystem()
Expand Down

0 comments on commit 956039e

Please sign in to comment.