ok they actually served a purpose
This commit is contained in:
parent
1e0a448feb
commit
83b4038b85
@ -59,6 +59,8 @@ def main():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
det(tf)
|
det(tf)
|
||||||
|
except:
|
||||||
|
pass # mute
|
||||||
finally:
|
finally:
|
||||||
os.unlink(tf)
|
os.unlink(tf)
|
||||||
|
|
||||||
|
@ -44,6 +44,8 @@ def main():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
det(tf)
|
det(tf)
|
||||||
|
except:
|
||||||
|
pass # mute
|
||||||
finally:
|
finally:
|
||||||
os.unlink(tf)
|
os.unlink(tf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user