Skip to content

Commit

Permalink
Don't set size to 0 on dataset purge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 6, 2024
1 parent d20b333 commit 50d0c7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4211,8 +4211,6 @@ def full_delete(self):
# TODO: purge metadata files
self.deleted = True
self.purged = True
self.file_size = 0
self.total_size = 0

def get_access_roles(self, security_agent):
roles = []
Expand Down

0 comments on commit 50d0c7a

Please sign in to comment.