From dfafe155758607be224648fbdcc304ff2460d913 Mon Sep 17 00:00:00 2001 From: Jan Fader Date: Sun, 29 Dec 2024 10:54:45 +0100 Subject: [PATCH] delete temp-file in case help-actions too --- lib/solaar/gtk.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/solaar/gtk.py b/lib/solaar/gtk.py index 7c98ed614..c9ed6b0bb 100755 --- a/lib/solaar/gtk.py +++ b/lib/solaar/gtk.py @@ -154,6 +154,8 @@ def main(): args = _parse_arguments() if not args: + # explicit close before return + temp.close() return if args.action: # explicit close before return