mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
ok they actually served a purpose
This commit is contained in:
parent
1e0a448feb
commit
83b4038b85
2 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,8 @@ def main():
|
|||
|
||||
try:
|
||||
det(tf)
|
||||
except:
|
||||
pass # mute
|
||||
finally:
|
||||
os.unlink(tf)
|
||||
|
||||
|
|
|
@ -44,6 +44,8 @@ def main():
|
|||
|
||||
try:
|
||||
det(tf)
|
||||
except:
|
||||
pass # mute
|
||||
finally:
|
||||
os.unlink(tf)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue