Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openadapt_flow/adapters/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def _window_capture_meta(session: "CaptureSession") -> Optional[dict[str, Any]]:
if fallback is not None:
if not isinstance(fallback, dict):
raise ValueError(
"capture session config declares malformed capture_window "
"metadata; expected an object or null"
"capture session config declares malformed window-capture "
"metadata; expected capture_window to be an object or null"
)
return fallback
return None
Expand Down