mixilchenko opened a new pull request, #57156:
URL: https://github.com/apache/airflow/pull/57156

   Problem: Iterating through `ObjectStoragePath` raises `TypeError: 
'_io.TextIOWrapper' object is not subscriptable`
   
   This is happening because `_TrackingFileWrapper` implements `__getitem__` 
which is used by python iteration logic if there is no explicit `__iter__` 
method.


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