Changeset 7088


Ignore:
Timestamp:
May 26, 2009, 2:40:04 PM (16 years ago)
Author:
rwilson
Message:

Validation code, change to logfile handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/utilities/log.py

    r7035 r7088  
    145145# @note Same interface as sys.excepthook()
    146146def log_exception_hook(type, value, tb):
    147     msg = ''.join(traceback.format_exception(type, value, tb))
     147    msg = '\n' + ''.join(traceback.format_exception(type, value, tb))
    148148    critical(msg)
    149149
Note: See TracChangeset for help on using the changeset viewer.