Skip to content

"invalid escape sequence \|" warning when running verify.py -h. #97

Description

@serges147

On latest python 3.12.2 (macOS 14.4) when running verify.py -h there is following warning in the output:

./build-tools/bin/verify.py -h
/Users/sergei/Develop/git/OpenCyphal/CETL/./build-tools/bin/verify.py:164: SyntaxWarning: invalid escape sequence '\|'
  """
...

It seems that "Cyphal" logo text "image" is missing "r" (raw string) prefix (like r"""...).
I'm gonna fix this as part of my onboarding (fork, pr, etc.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions