Skip to content

Commit e29ac1a

Browse files
committedJan 6, 2016
doh
1 parent 7ed93c7 commit e29ac1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/state.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def delete(self, key):
6767
self.data.pop(key)
6868
self._save()
6969

70-
def _read(self)
70+
def _read(self):
7171
if os.path.isfile(self._path):
7272
with open(self._path) as inf:
7373
self.data = json.load(inf)

0 commit comments

Comments
 (0)
Please sign in to comment.