Skip to content

Commit 28eccde

Browse files
default index data for sandbox
1 parent 6d144b4 commit 28eccde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/src/submission/submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,6 @@ def download_index_data(repository: str, branch: str = "gh-pages") -> dict:
590590
if r.status_code == 200:
591591
data = yaml.load(r.text, Loader=Loader)
592592
else:
593-
data = {}
593+
data = {"apiVersion": "v1", "entries": {}}
594594

595595
return data

0 commit comments

Comments
 (0)