aboutsummaryrefslogtreecommitdiff
path: root/scripts/maintenance/utilities.py
AgeCommit message (Collapse)Author
2022-03-10Use context manager with database connectionFrederick Muriuki Muriithi
Use the `with` context manager with database connections and cursors to ensure that they are closed once they are no longer needed. Where it was not feasible to use the `with` context manager without a huge refactor/rewrite, the cursors and connections are closed manually.
2021-05-13Fix load_phenotypes to run with GN2 latestArthur Centeno