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.
1 parent e79f0a4 commit ac23cc3Copy full SHA for ac23cc3
src/aiida/tools/archive/imports.py
@@ -232,7 +232,8 @@ def _add_new_entities(
232
for (ufield,) in query.distinct().iterall(batch_size=batch_size):
233
if ufield not in backend_unique_id:
234
ufields.append(ufield)
235
-
+
236
+ breakpoint()
237
with get_progress_reporter()(desc=f'Adding new {etype.value}(s)', total=total) as progress:
238
rows = [
239
transform(row)
0 commit comments