Skip to content

Commit 3f84149

Browse files
committed
temporarily limiting
1 parent 34f60e3 commit 3f84149

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

dvcurator/github.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ def create_project(dv, project_name, token, repo=None):
117117
# print("Project already exists")
118118
# return
119119

120-
doi = dv['data']['latestVersion']['datasetPersistentId']
121-
link = dvcurator.hosts.qdr_doi_path + doi
122-
contact_info = 'Depositor: ' + dvcurator.dataverse.get_citation(dv)['depositor'] + '\n'
123-
contact_info += 'DV link: ' + link
120+
# doi = dv['data']['latestVersion']['datasetPersistentId']
121+
# link = dvcurator.hosts.qdr_doi_path + doi
122+
# contact_info = 'Depositor: ' + dvcurator.dataverse.get_citation(dv)['depositor'] + '\n'
123+
# contact_info += 'DV link: ' + link
124124

125125

126126
url = "https://api.github.com/repos/" + repo + "/dispatches"
@@ -133,8 +133,8 @@ def create_project(dv, project_name, token, repo=None):
133133
"event_type": "trigger-event",
134134
"client_payload": {
135135
"title": project_name,
136-
"desc": link,
137-
"readme": contact_info
136+
"desc": "Temporarily missing",
137+
"readme": "temporarilty missing"
138138
}
139139
}
140140

0 commit comments

Comments
 (0)