kaxil commented on a change in pull request #9674:
URL: https://github.com/apache/airflow/pull/9674#discussion_r449922077
##########
File path: airflow/models/taskinstance.py
##########
@@ -972,7 +1022,7 @@ def _run_raw_task(
context = {} # type: Dict
actual_start_date = timezone.utcnow()
Stats.incr('ti.start.{}.{}'.format(task.dag_id, task.task_id))
- try:
+ try: # pylint: disable=too-many-nested-blocks
Review comment:
You are right, we should :)
will do
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]