Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 21, 2024
1 parent fe4589d commit aceaa11
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 @@ -4801,8 +4801,6 @@ def set_skipped(self, object_store_populator: "ObjectStorePopulator") -> None:
self.set_total_size()

def get_file_name(self, sync_cache: bool = True) -> str:
if self.dataset.purged:
return ""
return self.dataset.get_file_name(sync_cache=sync_cache)

def set_file_name(self, filename: str):
Expand Down

0 comments on commit aceaa11

Please sign in to comment.