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

jedcunningham 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 1308e539298 Fix typo in scheduler_job_runner.py (#47418)
1308e539298 is described below

commit 1308e5392987f642bb9371d0d65ce57c16c0d0a8
Author: Shahar Epstein <[email protected]>
AuthorDate: Thu Mar 6 00:06:27 2025 +0200

    Fix typo in scheduler_job_runner.py (#47418)
---
 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 e83e3808aa5..2439fad5e3f 100644
--- a/airflow/jobs/scheduler_job_runner.py
+++ b/airflow/jobs/scheduler_job_runner.py
@@ -935,7 +935,7 @@ class SchedulerJobRunner(BaseJobRunner, LoggingMixin):
                 except Exception:
                     self.log.exception("Exception when executing Executor.end 
on %s", executor)
 
-            # Under normal execution, this doesn't metter, but by resetting 
signals it lets us run more things
+            # Under normal execution, this doesn't matter, but by resetting 
signals it lets us run more things
             # in the same process under testing without leaking global state
             reset_signals.close()
             self.log.info("Exited execute loop")

Reply via email to