You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent crash in handle when accessible_output3 is unavailable
Introduce _NullAccessibleOutput with no-op speak/braille methods and
assign it instead of None when _AO3_AVAILABLE is False, so
handle(..., force=True) can never crash with AttributeError on
unsupported platforms.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments