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
Replace U+2192 arrows in resources framework docstrings
salt/minion.py:_collect_resource_grains and
salt/utils/resource_registry.py:parse_srn / _ResourceIndexStore had
"->" rendered as the Unicode arrow U+2192 ("->"), which doesn't encode
to Windows cp1252. Caught by the existing check_cp1252_docstrings
hook on the post-rebase pre-commit run.
Same precedent and sweep as commit history "Replace cp1252-
incompatible chars in docstrings" -- ASCII "->" is the agreed
substitute.
0 commit comments