diff --git a/prompt-processing/groups.ipynb b/prompt-processing/groups.ipynb index 632bd04..a8c9dcf 100644 --- a/prompt-processing/groups.ipynb +++ b/prompt-processing/groups.ipynb @@ -654,13 +654,13 @@ "source": [ "phrases = {\n", " \"unpckMsg\": f'Unpacked message as \" |~ \"{survey}',\n", - " \"prepBtlr\": \"Preparing Butler for visit\",\n", - " \"waitSnap\": \"Waiting for snaps\",\n", - " \"runPipe1\": \"Running pipeline\",\n", - " \"pipeSucc\": \"Main pipeline successfully run\",\n", + " \"prepBtlr\": f'Preparing Butler for visit \" |~ \"{survey}',\n", + " \"waitSnap\": f'Waiting for snaps\" |~ \"{survey}',\n", + " \"runPipe1\": f'Running pipeline\" |~ \"{survey}',\n", + " \"pipeSucc\": f'Main pipeline successfully run\" |~ \"{survey}',\n", " # There can be more than 1 of this log line per exposure when retry...\n", - " \"outputSa\": \"Pipeline products saved to collection\",\n", - " \"timeout1\": \"Timed out waiting for image after receiving exposures \",\n", + " \"outputSa\": f'Pipeline products saved to collection\" |~ \"{survey}',\n", + " \"timeout1\": f'Timed out waiting for image after receiving exposures',\n", " \"dbConErr\": f'SSL connection has been closed unexpectedly\" |~ \"Traceback',\n", " \"brokrErr\" : \"Failed to get metadata: Local: Broker transport failure\",\n", "}"