Skip to content

Commit 63f9555

Browse files
author
Kevin D Smith
committed
Improve error message
1 parent cc9ecf5 commit 63f9555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/cas/rest/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def _set_next_connection(self):
389389
self._current_hostname = ''
390390
self._current_baseurl = ''
391391
self._current_port = -1
392-
raise SWATError('Unable to connect to any URL: %s' %
392+
raise SWATError('Unable to connect to any URL in the list: %s' %
393393
', '.join(self._baseurl))
394394

395395
def invoke(self, action_name, kwargs):

0 commit comments

Comments
 (0)