edithturn commented on pull request #20701:
URL: https://github.com/apache/airflow/pull/20701#issuecomment-1011103682


   Just to add more information about "check":
   
   "If check is true, and the process exits with a non-zero exit code, a 
CalledProcessError exception will be raised. Attributes of that exception hold 
the arguments, the exit code, and stdout and stderr if they were captured."
   
   From what I understand: "sudo apt-get clean" will finish with a state zero 
(0), so if the check is true it will generate an exception, @potiuk, we don't 
want that exception to happen, right? for that reason we are changing 
"check=False"
   
   


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