Skip to content

Commit f2c730b

Browse files
author
Your Name
committed
Updated Message
1 parent d25604a commit f2c730b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sde_collections/utils/slack_utils.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ def send_detailed_import_notification(
6363
collection_name, total_server_count, curated_count, dump_count, delta_count, marked_for_deletion_count
6464
):
6565
message = (
66-
f"'{collection_name}' brought into COSMOS. "
67-
f"Prior Curated: {curated_count}, URL Counts - [Server: {total_server_count}, "
68-
f"URLs Imported: {dump_count}, New Deltas: {delta_count}, Marked For Deletion: {marked_for_deletion_count}]"
66+
f"'{collection_name}' brought into COSMOS.\n"
67+
f"Prior Curated: {curated_count}\n"
68+
f"URL Counts:\n"
69+
f"Server: {total_server_count}\n"
70+
f"URLs Imported: {dump_count}\n"
71+
f"New Deltas: {delta_count}\n"
72+
f"Marked For Deletion: {marked_for_deletion_count}\n"
6973
)
7074

7175
webhook_url = settings.SLACK_WEBHOOK_URL

0 commit comments

Comments
 (0)