ok they actually served a purpose

This commit is contained in:
ed 2021-06-22 21:33:11 +00:00
parent 1e0a448feb
commit 83b4038b85
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,8 @@ def main():
try:
det(tf)
except:
pass # mute
finally:
os.unlink(tf)

View file

@ -44,6 +44,8 @@ def main():
try:
det(tf)
except:
pass # mute
finally:
os.unlink(tf)