Skip to content

Commit

Permalink
language fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed May 20, 2022
1 parent 0f937ad commit f88aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/models/taskinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ def get_rendered_template_fields(self, session: Session = NEW_SESSION) -> None:
return

try:
# If we get here, either the task hasn't run or the RTIF records were purged.
# If we get here, either the task hasn't run or the RTIF record was purged.
from airflow.utils.log.secrets_masker import redact

self.render_templates()
Expand Down

0 comments on commit f88aa89

Please sign in to comment.