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: allow backslashes in app config (file format) #2209

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. fix: allow backslashes in app config (file format)

    Serialize string kwargs to the App constructor as r-strings to allow for
    backslashes in file paths (windows).
    akshayka committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e767dbd View commit details
    Browse the repository at this point in the history
  2. not r-strings, just escape

    akshayka committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6788b63 View commit details
    Browse the repository at this point in the history