Skip to content

Commit

Permalink
backup oldest to newest
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed May 23, 2024
1 parent 59eacd7 commit 490bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio_collection_backoffice/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def backup(client: Client):
remote_collection = RemoteCollection(client=client)

backed_up: List[str] = []
for v in remote_collection.get_published_versions():
for v in remote_collection.get_published_versions()[::-1]:
if v.doi is not None:
continue

Expand Down

0 comments on commit 490bbd5

Please sign in to comment.