mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-23 10:42:00 +00:00
test: use raw docstring in test_run_tool_media_re to silence escape warning
This commit is contained in:
parent
51d165a8e7
commit
1b955450e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
"""Tests for _TOOL_MEDIA_RE regex patterns in gateway/run.py.
|
||||
r"""Tests for _TOOL_MEDIA_RE regex patterns in gateway/run.py.
|
||||
|
||||
Issue #34632: The _TOOL_MEDIA_RE patterns in GatewayRunner used (?:/|~\/) to
|
||||
anchor paths, which only matched Unix-style absolute and home-relative paths.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue