Skip to content

Commit cf7a155

Browse files
committed
formatting
1 parent d24e97e commit cf7a155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appdaemon/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __str__(self):
211211
return (
212212
f"domain '{self.domain}' exists in namespace '{self.namespace}', "
213213
f"but does not contain service '{self.service}'. "
214-
f"Services that exist in {self.domain}: {self.domain_services}"
214+
f"Services that exist in {self.domain}: {', '.join(self.domain_services)}"
215215
)
216216

217217

0 commit comments

Comments
 (0)