kaxil commented on code in PR #60651:
URL: https://github.com/apache/airflow/pull/60651#discussion_r2783220481
##########
providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/operators/winrm.py:
##########
@@ -78,37 +88,87 @@ def __init__(
self.command = command
self.ps_path = ps_path
self.output_encoding = output_encoding
- self.timeout = timeout
+ if timeout:
Review Comment:
```suggestion
if timeout is not None::
```
--
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]