✨ use toml to parse the recent_run file
This commit is contained in:
parent
0448192244
commit
61756b4054
5 changed files with 58 additions and 56 deletions
|
@ -0,0 +1,5 @@
|
|||
class ScriptAlreadyRunningError(Exception):
|
||||
"""
|
||||
A custom exception to raise when the script is already running
|
||||
"""
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue