jason810496 commented on code in PR #49470:
URL: https://github.com/apache/airflow/pull/49470#discussion_r2158250239


##########
airflow-core/src/airflow/utils/log/log_reader.py:
##########
@@ -72,7 +73,7 @@ def read_log_chunks(
         contain information about the task log which can enable you read logs 
to the
         end.
         """
-        return self.log_handler.read(ti, try_number, metadata=metadata)
+        return self.log_handler.read(ti, try_number, metadata)

Review Comment:
   It was my typo, I reverted my change for this line.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to