absolutePath

This commit is contained in:
j 2008-10-10 11:51:57 +02:00
parent 54af216f30
commit 21b921156e

View file

@ -292,7 +292,7 @@ class ArchiveFile(SQLObject):
extracted = BoolCol(default = False)
def genSHA1(self):
self.sha1sum = oxdb_import.oxdb_sha1sum(self.path)
self.sha1sum = oxdb_import.oxdb_sha1sum(self.absolutePath)
def _get_part(self):
part = 1