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

delete tmpfile on close for cli #2734

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

cambid
Copy link
Contributor

@cambid cambid commented Dec 28, 2024

solaar creates a tempfile. In cli-mode doesn't delete in on close.

This minimal patch fixes this so that the tempfile gets deleted on cli-mode too.

@pfps pfps merged commit dfafe15 into pwr-Solaar:master Jan 1, 2025
5 checks passed
@pfps
Copy link
Collaborator

pfps commented Jan 1, 2025

The temp file is used during CLI calls and so must be closed after the CLI call finishes. I'm putting in a PR to fix this.

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

Successfully merging this pull request may close these issues.

3 participants