Browse Source

Fix nilmdb-fsck issue caused by 022b50950f

tags/nilmdb-1.10.3^0
Jim Paris 8 years ago
parent
commit
8125d9c840
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nilmdb/server/bulkdata.py

+ 1
- 1
nilmdb/server/bulkdata.py View File

@@ -297,7 +297,7 @@ class Table(object):
pickle.dump(fmt, f, 2)

# Normal methods
def __init__(self, root, initial_nrows):
def __init__(self, root, initial_nrows = 0):
"""'root' is the full OS path to the directory of this table"""
self.root = root
self.initial_nrows = initial_nrows


Loading…
Cancel
Save