This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f03f73100e Fix typo in scheduler error (#31961)
f03f73100e is described below

commit f03f73100e8a7d6019249889de567cb00e71e457
Author: Aaron Brager <[email protected]>
AuthorDate: Fri Jun 16 11:19:03 2023 -0500

    Fix typo in scheduler error (#31961)
---
 airflow/jobs/scheduler_job_runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/jobs/scheduler_job_runner.py 
b/airflow/jobs/scheduler_job_runner.py
index d40477cdb2..a85a0925fb 100644
--- a/airflow/jobs/scheduler_job_runner.py
+++ b/airflow/jobs/scheduler_job_runner.py
@@ -770,7 +770,7 @@ class SchedulerJobRunner(BaseJobRunner[Job], LoggingMixin):
                 )
                 msg = (
                     "Executor reports task instance %s finished (%s) although 
the "
-                    "task says its %s. (Info: %s) Was the task killed 
externally?"
+                    "task says it's %s. (Info: %s) Was the task killed 
externally?"
                 )
                 self.log.error(msg, ti, state, ti.state, info)
 

Reply via email to