summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-24Add has_completed_background_updateErik Johnston1-1/+24
This allows checking if a specific background update has completed.
2019-09-24Add wrap_as_background_process decorator.Erik Johnston1-1/+28
This does the same thing as `run_as_background_process` but means we don't need to create superfluous functions.
2019-09-23