Skip to content

Commit ac23cc3

Browse files
committed
.
1 parent e79f0a4 commit ac23cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aiida/tools/archive/imports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ def _add_new_entities(
232232
for (ufield,) in query.distinct().iterall(batch_size=batch_size):
233233
if ufield not in backend_unique_id:
234234
ufields.append(ufield)
235-
235+
236+
breakpoint()
236237
with get_progress_reporter()(desc=f'Adding new {etype.value}(s)', total=total) as progress:
237238
rows = [
238239
transform(row)

0 commit comments

Comments
 (0)