This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch program with resource requests if exists (#122)
`Database.find_program(..)` is used e.g. in program manager, which depends on embedded program resource requests, if such are configured. Old version of this method didn't fetch them along the program data, so the method is now a wrapper for `get_program(..)` but handles error as non-existing program.
- Loading branch information