potiuk commented on a change in pull request #6266: [AIRFLOW-2439] Production
Docker image support including refactoring of build scripts - depends on
[AIRFLOW-5704]
URL: https://github.com/apache/airflow/pull/6266#discussion_r341808943
##########
File path: airflow/contrib/hooks/winrm_hook.py
##########
@@ -204,6 +203,7 @@ def get_conn(self):
try:
if self.password and self.password.strip():
+ # pylint: disable=unexpected-keyword-arg
Review comment:
Those changes were needed after i run pylint checks. I will check if still
needed.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services