From 9cc861eeff9116d297712737ae42475203820ac6 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Jan 2022 23:36:21 +0100 Subject: ci: fix mypy analysis --- poezio/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/logger.py') diff --git a/poezio/logger.py b/poezio/logger.py index 4b7856da..21667924 100644 --- a/poezio/logger.py +++ b/poezio/logger.py @@ -255,7 +255,7 @@ class Logger: if jidstr in self._fds.keys(): fd = self._fds[jidstr] else: - option_fd = self._check_and_create_log_dir(jid) + option_fd = self._check_and_create_log_dir(jidstr) if option_fd is None: return True fd = option_fd -- cgit v1.2.3