You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/19 08:11:38 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #17074: byte decoding to string with str method replaced by utf decoding

potiuk edited a comment on pull request #17074:
URL: https://github.com/apache/airflow/pull/17074#issuecomment-882340570


   As  bad as it is, it seems that when "filename" is specified, it does not return `bytes` but `str' filename location (?)
   Sounds like a weird choice. In our case we do not pass filename, so we should always receive 'bytes', so likely test should be fixed to return bytes not str.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org