Skip to content

Commit

Permalink
Include job name in status print
Browse files Browse the repository at this point in the history
  • Loading branch information
linsword13 committed Dec 18, 2024
1 parent ee99c5b commit aff3677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def generate_query_command(self, job_id):
status=${{status_map["$status"]}}
fi
fi
echo "job {job_id} has status: $status"
echo "job {{job_name}} with id {job_id} has status: $status"
"""

def generate_cancel_command(self, job_id):
Expand Down

0 comments on commit aff3677

Please sign in to comment.