mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fix traceback in salt-cloud logging for Azure
This regressed in develop only, because of 20ed2c6
This commit is contained in:
parent
9c0156e846
commit
93588b895c
@ -93,7 +93,7 @@ class NonBlockingPopen(subprocess.Popen):
|
||||
log.info(
|
||||
'Running command under pid %s: \'%s\'',
|
||||
self.pid,
|
||||
*args if logging_command is None else logging_command
|
||||
args if logging_command is None else logging_command
|
||||
)
|
||||
|
||||
def recv(self, maxsize=None):
|
||||
|
Loading…
Reference in New Issue
Block a user