Skip to content

invalid escape sequence '\*' #125

@lou1306

Description

@lou1306

I am using Python 3.13.3 on GNU/Linux. When I tried to load the repository module or any of its contents (e.g., from pyboolnet.repository import get_primes), I got the following error message:

pyboolnet/pyboolnet/interaction_graphs.py:557: SyntaxWarning: invalid escape sequence '\*'
  The default *"tmp\*.jpg"* will result in the creation of the files::

Manually replacing \*.jpg with \\*.jpg solved the issue for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions