Skip to content

Commit 34f60e3

Browse files
committed
disable check
1 parent 2b4a26e commit 34f60e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dvcurator/github.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def create_project(dv, project_name, token, repo=None):
113113
import requests, dvcurator.hosts, dvcurator.dataverse
114114
repo = dvcurator.hosts.curation_repo if not repo else repo
115115

116-
if (search_existing(project_name, token, repo)):
117-
print("Project already exists")
118-
return
116+
# if (search_existing(project_name, token, repo)):
117+
# print("Project already exists")
118+
# return
119119

120120
doi = dv['data']['latestVersion']['datasetPersistentId']
121121
link = dvcurator.hosts.qdr_doi_path + doi

0 commit comments

Comments
 (0)