From d4979eade3f45ed3adc5ba49d8426679482fbf3b Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 26 Sep 2021 22:55:47 +0200 Subject: [PATCH] Update python/src/deltachat/tracker.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Asiel Díaz Benítez --- python/src/deltachat/tracker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/deltachat/tracker.py b/python/src/deltachat/tracker.py index 08436282b..ff7294844 100644 --- a/python/src/deltachat/tracker.py +++ b/python/src/deltachat/tracker.py @@ -101,4 +101,5 @@ class ConfigureTracker: content = "\n".join(map(str, self._ffi_events)) raise ConfigureFailed(content) except Empty: + content = "\n".join(map(str, self._ffi_events)) raise ConfigureFailed(content)