Add skipped file to temp list of processed files
This commit is contained in:
parent
ac4c719480
commit
b81ea65b77
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class VesselThread(Process):
|
|||
db.logCompletion(fileobj, self.vessel)
|
||||
del(db)
|
||||
|
||||
self.vessel._uploaded.append(fileobj.uuid)
|
||||
self.checkFileCompletion(fileobj, self.vessel)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue