potiuk commented on PR #28256:
URL: https://github.com/apache/airflow/pull/28256#issuecomment-1399574648

   Is that right `` if file_path.endswith(".zip"):``?
   
   I believe that the root of the problem (or at least that how I understood 
it) was that our file_paths contain paths similar to 
"file.zip/file_inside_zip.pu") - so we wil never get 'endswith(".zip"'.
   
   I think this was the whole reason for the migration - that we have the 
`path_to_zip_file.zip/file_inside_zip.py` file_paths and we need to effectively 
split them - to reason differently when we see import errors and differently 
when we are handling modified .zip files that are part of those paths.
   
   Or am I mistaken?


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