mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
commit
390ef9fea7
@ -677,7 +677,7 @@ class Client(object):
|
|||||||
**get_kwargs
|
**get_kwargs
|
||||||
)
|
)
|
||||||
if 'handle' not in query:
|
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:
|
if no_cache:
|
||||||
return ''.join(result)
|
return ''.join(result)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user