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: out of scope error when "dest" variable is undefined #413 #423

Merged
merged 1 commit into from
Nov 11, 2022

Commits on Nov 11, 2022

  1. Fix out of scope error when "dest" variable is undefined

    Fixes theskumar#413 whereby the NamedTemporaryFile "dest" was out of scope in the
    error handling portion of rewrite.
    
    The problem was initially fixed in theskumar#414 but it got reverted because of a
    linter error. This new commit works around that linter error.
    theGOTOguy authored and bbc2 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5f28ee6 View commit details
    Browse the repository at this point in the history