aboutsummaryrefslogtreecommitdiff
path: root/scilo/scilo.py
diff options
context:
space:
mode:
Diffstat (limited to 'scilo/scilo.py')
-rw-r--r--scilo/scilo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scilo/scilo.py b/scilo/scilo.py
index 507da53..0b33d69 100644
--- a/scilo/scilo.py
+++ b/scilo/scilo.py
@@ -31,7 +31,6 @@ class scilo:
self.path = os.path.abspath(path)
self.name = os.path.basename(self.path)
self.settings = npz.settings(self.path)
- print("Loading dataset: %s" % (self.name))
if not os.path.exists(path):
os.mkdir(os.path.abspath(self.settings.path))
for key in self.settings.directories.iterkeys():
@@ -86,6 +85,8 @@ class scilo:
import shutil
shutil.copy2(src, dest)
self.cache.populate()
+ if self.mtimedb.create():
+ self.mtimedb.populate()
return True
def select_available(self):