fix full_return=False to follow flow of function, instead of force to False

This commit is contained in:
Thomas Phipps 2023-06-13 20:11:07 +00:00 committed by Megan Wilhite
parent 0078f83664
commit 48ba8089e1

View file

@ -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)