atr/routes/__init__.py [231:237]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                release = await data.release(
                    name=release_name,
                    phase=phase_value,
                    _committee=with_committee,
                    _project=with_project,
                    _tasks=with_tasks,
                ).demand(base.ASFQuartException("Release does not exist", errorcode=404))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



atr/routes/__init__.py [239:245]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            release = await data.release(
                name=release_name,
                phase=phase_value,
                _committee=with_committee,
                _project=with_project,
                _tasks=with_tasks,
            ).demand(base.ASFQuartException("Release does not exist", errorcode=404))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



