diff options
-rw-r--r-- | poezio/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/config.py b/poezio/config.py index 8f35e19c..26de67e5 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -686,4 +686,4 @@ options = None safeJID = None # type: Optional[Callable] # the global log dir -LOG_DIR = '' +LOG_DIR = Path() |