From f187d86d1e892adba0aa9bd8149c918c33e02b6b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 29 Dec 2013 20:13:40 +0000 Subject: [PATCH] Fix comment --- openlp/core/common/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 3ca547013..52de12c89 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -49,7 +49,7 @@ def trace_error_handler(logger): """ Log the calling path of an exception - 'logger' + ''logger'' logger to use so traceback is logged to correct class """ for tb in traceback.extract_stack():