absolutePath
This commit is contained in:
parent
54af216f30
commit
21b921156e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue