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 #268: Revert "fix #246: remove any double quotes or single quotes… #278

Merged

Commits on Aug 23, 2022

  1. fix raszi#268: Revert "fix raszi#246: remove any double quotes or sin…

    …gle quotes from os.tmpdir also sanitize dir option, the template option and the name option"
    
    This reverts commit c8823e5.
    
    Single quotes must not be removed from paths because they are valid (even if hard to use)
    on all OSes. Double quotes are only disallowed on Windows, but tmp should not change any
    arg it gets; instead, it should rely on the underlying fs API to fail with an error
    that the user needs to fix.
    mbargiel committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fbc65be View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    a831713 View commit details
    Browse the repository at this point in the history