Skip to content

Commit 1308e53

Browse files
authored
Fix typo in scheduler_job_runner.py (apache#47418)
1 parent a223eb7 commit 1308e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/jobs/scheduler_job_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def _execute(self) -> int | None:
935935
except Exception:
936936
self.log.exception("Exception when executing Executor.end on %s", executor)
937937

938-
# Under normal execution, this doesn't metter, but by resetting signals it lets us run more things
938+
# Under normal execution, this doesn't matter, but by resetting signals it lets us run more things
939939
# in the same process under testing without leaking global state
940940
reset_signals.close()
941941
self.log.info("Exited execute loop")

0 commit comments

Comments
 (0)