diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-07-22 16:57:12 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-07-22 16:57:12 +0200 |
commit | 9ec1b20b9070364946076456776d4e067e2ed9e9 (patch) | |
tree | 44d2c58d046b4f10cecb7208f23439517c2dd415 | |
parent | eb89a5252aef7f2bd8259b5dcbfadd4b007c311e (diff) | |
download | poezio-9ec1b20b9070364946076456776d4e067e2ed9e9.tar.gz poezio-9ec1b20b9070364946076456776d4e067e2ed9e9.tar.bz2 poezio-9ec1b20b9070364946076456776d4e067e2ed9e9.tar.xz poezio-9ec1b20b9070364946076456776d4e067e2ed9e9.zip |
config: Default LOG_DIR to the local Path.
-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() |