From 9ec1b20b9070364946076456776d4e067e2ed9e9 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 22 Jul 2018 16:57:12 +0200 Subject: config: Default LOG_DIR to the local Path. --- poezio/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3