File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def submit_to_sqs(
5757 print (f"🔄 DynamicTraining: { dt } " )
5858 print (f"🆕 Promote: { promote } " )
5959 if model_names :
60- print (f"🏷️ Model names: { model_names } " )
60+ print (f"🏷️ Model names: { model_names } " )
6161 print (f"🪣 Bucket: { workbench_bucket } " )
6262 sqs = AWSAccountClamp ().boto3_session .client ("sqs" )
6363 script_name = script_file .name
@@ -150,7 +150,7 @@ def submit_to_sqs(
150150 print (f"🔄 DynamicTraining: { dt } " )
151151 print (f"🆕 Promote: { promote } " )
152152 if model_names :
153- print (f"🏷️ Model names: { model_names } " )
153+ print (f"🏷️ Model names: { model_names } " )
154154 print (f"🆔 Message ID: { message_id } " )
155155 print ("\n 🔍 MONITORING LOCATIONS:" )
156156 print (f" • SQS Queue: AWS Console → SQS → { queue_name } " )
You can’t perform that action at this time.
0 commit comments