Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 16, 2024
1 parent 0f648c8 commit 7336e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_permissions_scripts/oap/oap_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def get_all_oaps_of_project(
for resclass_iri in resclass_iris:
oaps = _get_all_oaps_of_resclass(resclass_iri, project_iri, dsp_client, oap_config)
all_oaps.extend(oaps)
logger.info(f"Retrieved a TOTAL of {len(oaps)} OAPs")
logger.info(f"Retrieved a TOTAL of {len(all_oaps)} OAPs")
return all_oaps

0 comments on commit 7336e7c

Please sign in to comment.