Fix comment

This commit is contained in:
Tim Bentley 2013-12-29 20:13:40 +00:00
parent 8b109a8593
commit f187d86d1e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def trace_error_handler(logger):
""" """
Log the calling path of an exception Log the calling path of an exception
'logger' ''logger''
logger to use so traceback is logged to correct class logger to use so traceback is logged to correct class
""" """
for tb in traceback.extract_stack(): for tb in traceback.extract_stack():