Skip to content

Commit

Permalink
note about zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Sep 25, 2024
1 parent 8d791d4 commit ce69f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyterrier/_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ def to_zenodo(self, *, pretty_name: Optional[str] = None, sandbox: bool = False)
sys.stderr.write("Discarding {}\n".format(deposit_data['links']['html']))
requests.post(deposit_data['links']['discard'], params=params, json={})
raise
sys.stderr.write("Upload complete. Please complete the form at {} to publish this artifact.\n".format(
deposit_data['links']['html']))
sys.stderr.write("Upload complete. Please complete the form at {} to publish this artifact. (Note that "
"publishing to Zenodo cannot be undone.)\n".format(deposit_data['links']['html']))

@classmethod
def from_zenodo(cls, zenodo_id: str, *, expected_sha256: Optional[str] = None) -> 'Artifact':
Expand Down

0 comments on commit ce69f18

Please sign in to comment.