fix(automate): Pass through working directory to superclass
This commit is contained in:
parent
aeca11024a
commit
30b60e9048
4 changed files with 10 additions and 8 deletions
|
@ -4,7 +4,7 @@ from typing import Tuple, Any, Optional
|
|||
import jinja2
|
||||
|
||||
|
||||
class BaseAutomation():
|
||||
class BaseAutomation:
|
||||
short_name: str = "base"
|
||||
description: str = "Abstract base automation."
|
||||
frequency: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue