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()
|
args = _parse_arguments()
|
||||||
if not args:
|
if not args:
|
||||||
|
# explicit close before return
|
||||||
|
temp.close()
|
||||||
return
|
return
|
||||||
if args.action:
|
if args.action:
|
||||||
# explicit close before return
|
# explicit close before return
|
||||||
|
|
Loading…
Reference in New Issue