Skip to content

Commit 956039e

Browse files
committed
add print statement [skip CI]
1 parent d468345 commit 956039e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quartz_solar_forecast/utils/hf_upload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def get_file_path(latitude: float,
1616

1717
hf_token = os.getenv("HF_TOKEN")
1818
hf_repo = os.getenv("HF_REPO")
19+
print(hf_repo)
1920

2021
login(hf_token)
2122
fs = HfFileSystem()

0 commit comments

Comments
 (0)