Skip to content

Commit f4d58dc

Browse files
yuvipandapdurbin
andauthored
Describe what kind of DOI is being returned
Co-authored-by: Philip Durbin <[email protected]>
1 parent 53fba84 commit f4d58dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/contentproviders/dataverse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def detect(self, spec, ref=None, extra_args=None):
7171

7272
def get_dataset_id_from_file_id(self, base_url: str, file_id: str) -> str:
7373
"""
74-
Return the persistent_id (DOI) that a given file_id (int or doi) belongs to
74+
Return the persistent_id (DOI) of a dataset that a given file_id (int or doi) belongs to
7575
"""
7676
if file_id.isdigit():
7777
# the file_id is an integer, rather than a persistent id (DOI)

0 commit comments

Comments
 (0)