Skip to content

Commit

Permalink
fix parans
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Mar 11, 2016
1 parent 704d075 commit 68b0492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/cache_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ def write(self, content, lifetime):
os.utime(self.path, (
thor.time(),
thor.time() + lifetime
)
)
except (OSError, IOError, zlib.error):
return
finally:
if 'fd' in locals():
fd.close()
)
)

def delete(self):
"Remove the file, discarding errors silently."
Expand Down

0 comments on commit 68b0492

Please sign in to comment.