Skip to content

Commit

Permalink
fix proxy property
Browse files Browse the repository at this point in the history
  • Loading branch information
jsboak committed Jan 10, 2024
1 parent 69da9da commit 6d0d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/winrm-exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def httpclient_log(*args):

if "RD_CONFIG_WINRMPROXY" in os.environ:
winrmproxy = os.getenv("RD_CONFIG_WINRMPROXY")
log.debug("winrmproxy: " + str(winrmproxy))

if "RD_CONFIG_ENABLEDHTTPDEBUG" in os.environ:
if os.getenv("RD_CONFIG_ENABLEDHTTPDEBUG") == "true":
Expand Down Expand Up @@ -264,7 +265,6 @@ def httpclient_log(*args):
log.debug("operationtimeout:" + str(operationtimeout))
log.debug("exit Behaviour:" + exitBehaviour)
log.debug("cleanescapingflg: " + str(cleanescapingflg))
log.debug("winrmproxy: " + str(winrmproxy))
log.debug("enabledHttpDebug: " + str(enabledHttpDebug))
log.debug("retryConnection: " + str(retryconnection))
log.debug("retryConnectionDelay: " + str(retryconnectiondelay))
Expand Down

0 comments on commit 6d0d6c2

Please sign in to comment.