Skip to content

Commit

Permalink
fix(wip): Working on migration problems
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Oct 30, 2024
1 parent 6a45114 commit 777ca63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion invenio_record_importer_kcworks/record_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,10 @@ def create_invenio_record(
).to_dict()
)
recs = published_recs
app.logger.debug(f"published_recs: {pformat(published_recs)}")
app.logger.debug(
f"published_recs: {[p['id'] for p in published_recs]}"
)
app.logger.debug(f"draft_recs: {[d['id'] for d in draft_recs]}")
recs.extend(
[
r
Expand Down

0 comments on commit 777ca63

Please sign in to comment.