Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Apr 12, 2024
1 parent 8596522 commit d0605e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/tools/actions/upload_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def active_folders(trans, folder):
select(LibraryFolder)
.filter_by(parent=folder, deleted=False)
.options(joinedload(LibraryFolder.actions))
.unique()
.order_by(LibraryFolder.name)
)
return trans.sa_session.scalars(stmt).all()

0 comments on commit d0605e9

Please sign in to comment.