We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24e97e commit cf7a155Copy full SHA for cf7a155
1 file changed
appdaemon/exceptions.py
@@ -211,7 +211,7 @@ def __str__(self):
211
return (
212
f"domain '{self.domain}' exists in namespace '{self.namespace}', "
213
f"but does not contain service '{self.service}'. "
214
- f"Services that exist in {self.domain}: {self.domain_services}"
+ f"Services that exist in {self.domain}: {', '.join(self.domain_services)}"
215
)
216
217
0 commit comments