delete temp-file in case help-actions too
This commit is contained in:
parent
e6c833f635
commit
dfafe15575
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue