mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix full_return=False to follow flow of function, instead of force to False
This commit is contained in:
parent
0078f83664
commit
48ba8089e1
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ class AsyncClientMixin(ClientStateMixin):
|
|||
instance = cls(opts)
|
||||
|
||||
try:
|
||||
return instance.cmd_sync(low, full_return=False)
|
||||
return instance.cmd_sync(low, full_return=full_return)
|
||||
except salt.exceptions.EauthAuthenticationError as exc:
|
||||
log.error(exc)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue