##// END OF EJS Templates
empty string should not be inserted
Robert McGibbon -
Show More
@@ -395,7 +395,7 b' class Client(HasTraits):'
395
395
396 if self._cd is not None:
396 if self._cd is not None:
397 if url_file is None:
397 if url_file is None:
398 if cluster_id is None:
398 if not cluster_id:
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
General Comments 0
You need to be logged in to leave comments. Login now