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

ArgsResolver does not clean up temporary files #1720

Open
ahoppen opened this issue Oct 28, 2024 · 0 comments
Open

ArgsResolver does not clean up temporary files #1720

ahoppen opened this issue Oct 28, 2024 · 0 comments

Comments

@ahoppen
Copy link
Member

ahoppen commented Oct 28, 2024

ArgsResolver.init creates a temporary directory with a removeTreeOnDeinit: false, which means that it won’t delete the temporary directory. This isn’t a huge issue on macOS and Linux where the system will occasionally clean the temp directories but on Windows, Users\<username>\AppData\Local\Temp is not cleaned by the system and so these directories keep accumulating.

The driver should clean up all temporary files when it finishes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant