Skip to content

Commit

Permalink
backup process ready for real dois
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 29, 2024
1 parent 3009456 commit a77b4f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bioimageio_collection_backoffice/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@

def backup(client: Client, destination: ZenodoHost):
"""backup all published resources to their own zenodo records"""
if "sandbox" not in destination:
raise NotImplementedError("impl not production ready")

remote_collection = RemoteCollection(client=client)

for v in remote_collection.get_all_published_versions():
Expand Down

0 comments on commit a77b4f1

Please sign in to comment.