Drop wrong argument from checkFileCompletion call
This commit is contained in:
parent
ce951b0a4e
commit
23f08ec9dc
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class VesselThread(Process):
|
|||
del(db)
|
||||
|
||||
self.vessel._uploaded.append(fileobj.uuid)
|
||||
self.checkFileCompletion(fileobj, self.vessel)
|
||||
self.checkFileCompletion(fileobj)
|
||||
return
|
||||
|
||||
remotefile = RemoteFile(fileobj, self.vessel,
|
||||
|
|
Loading…
Reference in a new issue