aboutsummaryrefslogtreecommitdiff
path: root/gn3/debug.py
AgeCommit message (Collapse)Author
2024-09-12Fix pylint errors.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-12BugFix: assign value and use variable.Frederick Muriuki Muriithi
2024-09-12Gracefully print out debug messages even outside app contextFrederick Muriuki Muriithi
The flask.current_app object depends on the application context existing. In the case that no such context existing, then we still log out information, gracefully with this commit.
2024-09-12Getting Rqtl to run on fallbackPjotr Prins
2023-10-25Update __pk__Frederick Muriuki Muriithi
2023-07-21Add some debug utilities.Frederick Muriuki Muriithi