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 2022/01/28 21:18:48 UTC

[GitHub] [airflow] eladkal commented on pull request #21053: Fix: Exception when parsing log #20966

eladkal commented on pull request #21053:
URL: https://github.com/apache/airflow/pull/21053#issuecomment-1024642811


   Tests is failing:
   ```
   airflow/providers/cncf/kubernetes/utils/pod_manager.py:202: error: Incompatible
   types in assignment (expression has type "str", variable has type "bytes") 
   [assignment]
                           line = line.decode('utf-8', errors="backslashrepla...
                                  ^
   airflow/providers/cncf/kubernetes/utils/pod_manager.py:203: error: Argument 1
   to "parse_log_line" of "PodManager" has incompatible type "bytes"; expected
   "str"  [arg-type]
                           timestamp, message = self.parse_log_line(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: commits-unsubscribe@airflow.apache.org

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