Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added in galaxyproject#15340 by accident. Fixes: ``` RuntimeError: No active exception to reraise File "galaxy/web/framework/decorators.py", line 337, in decorator rval = func(self, trans, *args, **kwargs) File "galaxy/webapps/galaxy/api/library_contents.py", line 130, in index for content in traverse(library.root_folder): File "galaxy/webapps/galaxy/api/library_contents.py", line 84, in traverse can_access, folder_ids = trans.app.security_agent.check_folder_contents( File "galaxy/model/security.py", line 1510, in check_folder_contents raise ``` in https://sentry.galaxyproject.org/share/issue/38df4490ff61415090c319ad0e16f1fa/
- Loading branch information