Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix incorrect docstring parameter (#6649)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ac5270)
  • Loading branch information
kaxil committed Dec 14, 2019
1 parent ec47a7c commit ea5afe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/jobs/scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,11 +796,11 @@ def _change_state_for_tis_without_dagrun(self,
changed manually.
:param old_states: examine TaskInstances in this state
:type old_state: list[airflow.utils.state.State]
:type old_states: list[airflow.utils.state.State]
:param new_state: set TaskInstances to this state
:type new_state: airflow.utils.state.State
:param simple_dag_bag: TaskInstances associated with DAGs in the
simple_dag_bag and with states in the old_state will be examined
simple_dag_bag and with states in the old_states will be examined
:type simple_dag_bag: airflow.utils.dag_processing.SimpleDagBag
"""
tis_changed = 0
Expand Down

0 comments on commit ea5afe7

Please sign in to comment.