Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jan 6, 2016
1 parent ef2fb81 commit 7ed93c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/state.py
Expand Up @@ -51,6 +51,7 @@ def __init__(self, path):

def get(self, key):
"""Get data stored in key."""
self._read()
return self.data.get(key)

def set(self, key, value):
Expand Down

0 comments on commit 7ed93c7

Please sign in to comment.