Skip to content

Commit

Permalink
Add whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiej Palmowski committed Mar 2, 2016
1 parent 052be8f commit 3c49d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def cons_lock_filename(orig_filename):
"""Create file name for the lock file."""
return ".".join([orig_filename, "lock"])


def write_cache(filename, cache):
"""Write the cache dictionary to disk."""
lock = filelock.FileLock(cons_lock_filename(filename))
Expand Down

0 comments on commit 3c49d55

Please sign in to comment.