Skip to content

Commit

Permalink
Minor typo found while grepping around.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 20, 2017
1 parent b86c335 commit e6fc47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Expand Up @@ -1441,7 +1441,7 @@ def disk_size(cls):
HistoryDatasetAssociation.table.c.dataset_id == Dataset.table.c.id)
distinct_datasets = (
select([
# use labels here to better accrss from the query above
# use labels here to better access from the query above
HistoryDatasetAssociation.table.c.history_id.label('history_id'),
Dataset.total_size.label('dataset_size'),
Dataset.id.label('dataset_id')
Expand Down

0 comments on commit e6fc47c

Please sign in to comment.