Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid/unnecessary string escape sequences #1017

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Jun 26, 2024

  1. Fix invalid/unnecessary string escape sequences

    These invalid sequences are an issue because they result in SyntaxWarnings
    in Python 3.12. The one in StartPage is what we're most interested in,
    as it appears quite prominently when opening FreeCAD.
    gkatev committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f534a0f View commit details
    Browse the repository at this point in the history