From 1b7ad1f7e956f8b5225222de9c2cf380257814f3 Mon Sep 17 00:00:00 2001 From: A_D Date: Thu, 24 Dec 2020 13:32:48 +0200 Subject: [PATCH] un-optionaled config.default_journal_dir --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 3652ddeb..362cb266 100644 --- a/config.py +++ b/config.py @@ -112,7 +112,7 @@ class AbstractConfig(abc.ABC): internal_plugin_dir: pathlib.Path respath: pathlib.Path home: pathlib.Path - default_journal_dir: Optional[pathlib.Path] + default_journal_dir: pathlib.Path identifier: str