For 2015.8 head

This commit is contained in:
Mike Place 2016-03-16 11:44:59 -06:00
parent 1be9c91761
commit da075d9341

View file

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