Show More
@@ -399,7 +399,7 b' class Client(HasTraits):' | |||||
399 | client_json = 'ipcontroller-client.json' |
|
399 | client_json = 'ipcontroller-client.json' | |
400 | else: |
|
400 | else: | |
401 | client_json = 'ipcontroller-%s-client.json' % cluster_id |
|
401 | client_json = 'ipcontroller-%s-client.json' % cluster_id | |
402 |
url_ |
|
402 | url_file = pjoin(self._cd.security_dir, client_json) | |
403 | if url_file is None: |
|
403 | if url_file is None: | |
404 | raise ValueError( |
|
404 | raise ValueError( | |
405 | "I can't find enough information to connect to a hub!" |
|
405 | "I can't find enough information to connect to a hub!" |
General Comments 0
You need to be logged in to leave comments.
Login now