mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: use raw docstring to suppress invalid escape sequence warning
This commit is contained in:
parent
363d5d57be
commit
f07b35acba
1 changed files with 1 additions and 1 deletions
2
cli.py
2
cli.py
|
|
@ -1048,7 +1048,7 @@ def _termux_example_image_path(filename: str = "cat.png") -> str:
|
|||
|
||||
|
||||
def _split_path_input(raw: str) -> tuple[str, str]:
|
||||
"""Split a leading file path token from trailing free-form text.
|
||||
r"""Split a leading file path token from trailing free-form text.
|
||||
|
||||
Supports quoted paths and backslash-escaped spaces so callers can accept
|
||||
inputs like:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue