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

Create unique temp directories and clean up afterwards #370

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2021

  1. Use a unique temporary directory every run

    closes inkle#369
    Oliver Jeeves committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    870c684 View commit details
    Browse the repository at this point in the history
  2. Delete temporary directory on exit

    Oliver Jeeves committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    925843b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Use del for removing temp directory

    For compatability with older versions of node
    Oliver Jeeves committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    2881e38 View commit details
    Browse the repository at this point in the history