Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doh
  • Loading branch information
ralsina committed Jan 6, 2016
1 parent 7ed93c7 commit e29ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/state.py
Expand Up @@ -67,7 +67,7 @@ def delete(self, key):
self.data.pop(key)
self._save()

def _read(self)
def _read(self):
if os.path.isfile(self._path):
with open(self._path) as inf:
self.data = json.load(inf)
Expand Down

0 comments on commit e29ac1a

Please sign in to comment.