Skip to content

Commit

Permalink
Fix failing static check (#16162)
Browse files Browse the repository at this point in the history
This check was failing on master, example: https://github.com/apache/airflow/runs/2702121768#step:10:160
  • Loading branch information
kaxil authored May 30, 2021
1 parent a27e930 commit 7c976f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/concepts/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ is periodically executed and rescheduled until it succeeds.
sensor = SFTPSensor(
task_id="sensor",
path='/root/test',
path="/root/test",
execution_timeout=timedelta(seconds=60),
timeout=3600,
retries=2,
Expand Down

0 comments on commit 7c976f9

Please sign in to comment.