mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
For 2015.8 head
This commit is contained in:
parent
1be9c91761
commit
da075d9341
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ class Client(object):
|
|||
**get_kwargs
|
||||
)
|
||||
if 'handle' not in query:
|
||||
raise MinionError('Error: {0}'.format(query['error']))
|
||||
raise MinionError('Error: {0} reading {1}'.format(query['error'], url))
|
||||
if no_cache:
|
||||
return ''.join(result)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue