Skip to content

Commit

Permalink
chore: rectify log message in apply_updated_oaps_on_server
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 16, 2023
1 parent 0810f13 commit db2e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_permissions_scripts/oap/oap_get_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def apply_updated_oaps_on_server(
failed_res_iris: list[str] = []
for index, resource_oap in enumerate(resource_oaps):
msg = f"Updating permissions of resource {index + 1}/{len(resource_oaps)}: {resource_oap.object_iri}..."
logger.info(f"=====\n{msg}")
logger.info(f"====={msg}")
print(f"{get_timestamp()}: {msg}")
try:
_update_permissions_for_resource_and_values(
Expand Down

0 comments on commit db2e5d2

Please sign in to comment.