We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1be91 commit 5fd86b9Copy full SHA for 5fd86b9
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/messages.py
@@ -161,7 +161,7 @@ def decode_remote_config(
161
config_data = json.loads(body)
162
except (UnicodeDecodeError, json.JSONDecodeError) as exc:
163
raise OpAMPRemoteConfigDecodeException(
164
- f"Failed to decode {config_file} with content type {config_file.content_type}: {exc}"
+ f"Failed to decode {config_file_name} with content type {config_file.content_type}: {exc}"
165
)
166
167
yield config_file_name, config_data
0 commit comments