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.
2 parents e80f5db + 566849b commit bb9760aCopy full SHA for bb9760a
src/app.py
@@ -1552,7 +1552,7 @@ def update_entity(id):
1552
1553
# Also reindex the updated entity node in elasticsearch via search-api
1554
logger.log(logging.INFO
1555
- ,"Re-indexing for modification of {entity_dict['entity_type']}"
+ ,f"Re-indexing for modification of {entity_dict['entity_type']}"
1556
f" with UUID {entity_dict['uuid']}")
1557
1558
reindex_entity(entity_dict['uuid'], user_token)
0 commit comments