Skip to content

Commit

Permalink
write_archive function: fully remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl committed Oct 12, 2023
1 parent 323a830 commit 3cc21ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/lib/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,7 @@ def write_archive_and_finish(self, files, num_items=None, compression=zipfile.ZI
if num_items is None:
num_items = done

if finish:
self.dataset.finish(num_items)
self.dataset.finish(num_items)

def create_standalone(self):
"""
Expand Down

0 comments on commit 3cc21ae

Please sign in to comment.