We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060b701 commit d8907feCopy full SHA for d8907fe
python/looker_sdk/error.py
@@ -82,7 +82,7 @@ def __str__(self):
82
documentation_url: {self.documentation_url}
83
error_doc_url: {self.error_doc_url}
84
error details:
85
- {sep.join(self.errors)}
+ {sep.join(str(error) for error in self.errors)}
86
"""
87
88
0 commit comments