fix(automate): Pass through working directory to superclass

This commit is contained in:
Iain Learmonth 2022-11-28 21:18:56 +00:00
parent aeca11024a
commit 30b60e9048
4 changed files with 10 additions and 8 deletions

View file

@ -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