We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2dd8d + 0faeee7 commit eb990caCopy full SHA for eb990ca
src/backups2datalad/datasetter.py
@@ -93,8 +93,8 @@ async def update_from_backup(
93
if not dandiset_ids and self.config.gh_org is not None:
94
extant = {d.identifier for d, _ in report.results}
95
extant.update(d.identifier for d in report.failed)
96
- for sub_info in await superds.get_subdatasets(result_xfm="relpaths"):
97
- d = sub_info["path"]
+ for sub_info in await superds.get_subdatasets():
+ d = sub_info["gitmodule_path"]
98
if (
99
re.fullmatch(DANDISET_ID_REGEX, d)
100
and d not in extant
0 commit comments