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 2020/04/14 00:13:40 UTC

[GitHub] [airflow] brokenjacobs commented on issue #8287: [AIRFLOW-4363] Fix JSON encoding error

brokenjacobs commented on issue #8287: [AIRFLOW-4363] Fix JSON encoding error
URL: https://github.com/apache/airflow/pull/8287#issuecomment-613157848
 
 
   remove the entire json.loads() line... change the loop:
   ```for output in self.cli.pull(self.image, stream=True, decode=True):```
   That fixes it.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services