Skip to content

Commit eb57c5b

Browse files
committed
bug in return
1 parent 6c0742e commit eb57c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sendit/apps/main/tasks/finish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def upload_storage(batch_ids=None):
217217

218218
# After image upload, metadata can be uploaded on one batch
219219
# If this isn't optimal, change "batch" in kwargs to False
220-
return = client.batch.runInsert(table)
220+
return client.batch.runInsert(table)
221221

222222

223223
@shared_task

0 commit comments

Comments
 (0)