Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 28590ef

Browse files
fix: Fix noise_thresholds/update error message (#92)
1 parent 6da1e69 commit 28590ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seamapi/noise_thresholds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def update(
262262
noise_threshold = action_attempt_result.get("noise_threshold", None)
263263
if not action_attempt_result or not noise_threshold:
264264
raise Exception(
265-
"Failed to create noise_threshold: no noise_threshold returned: "
265+
"Failed to update noise_threshold: no noise_threshold returned: "
266266
+ json.dumps(asdict(updated_action_attempt))
267267
)
268268

0 commit comments

Comments
 (0)