Work on event session, presentation, and presenter

This commit is contained in:
Scott Idem
2022-09-21 18:46:19 -04:00
parent 7fe007a098
commit ed7e06b5b2
5 changed files with 19 additions and 16 deletions

View File

@@ -414,7 +414,7 @@ def handle_delete_hosted_file(
):
log.info('The hosted file link record was deleted.')
elif hosted_file_link_result is None:
log.warning('The hosted file link record was not found and may have already been deleted. Odd, but this can happen.')
log.warning('The hosted file link record was not found and may have already been deleted. Odd, but this can happen. event_file has a trigger to delete hosted_file_link when being deleted.')
# return None
else:
log.error('Something went wrong while trying to delete the hosted file link record.')