From f3a4a8b0d0cb9d233e3756e1607a7c4c6a62ec74 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Fri, 31 Jul 2009 22:30:41 +0100 Subject: [PATCH] fix previous merge --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 5e777217..9749f6d7 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -339,7 +339,7 @@ class Importer: #rulog.writelines("path exists ") if file in self.updatedsize: # we should be able to assume that if we're in size, we're in time as well if stat_info.st_size > self.updatedsize[file] or stat_info.st_mtime > self.updatedtime[file]: - self.import_file_dict(file, self.filelist[file][0], self.filelist[file][1]) + self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None) self.updatedsize[file] = stat_info.st_size self.updatedtime[file] = time() else: