use toml to parse the recent_run file

This commit is contained in:
Marc Koch 2025-03-21 10:08:30 +01:00
parent 0448192244
commit 61756b4054
Signed by: marc.koch
GPG key ID: 12406554CFB028B9
5 changed files with 58 additions and 56 deletions

View file

@ -0,0 +1,5 @@
class ScriptAlreadyRunningError(Exception):
"""
A custom exception to raise when the script is already running
"""
pass