comparison util/Filters.py @ 29:7e8a8b732db3 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1a81ebd0ddea950b84af3fc830e9267a4814b29f
author yating-l
date Wed, 16 May 2018 18:04:20 -0400
parents 25809f699cb3
children
comparison
equal deleted inserted replaced
28:6aa28a85cc38 29:7e8a8b732db3
5 # If the log has some Exception text, we don't display them 5 # If the log has some Exception text, we don't display them
6 s = super(TraceBackFormatter, self).format(record) 6 s = super(TraceBackFormatter, self).format(record)
7 if record.exc_text or record.exc_info: 7 if record.exc_text or record.exc_info:
8 s = record.message 8 s = record.message
9 return s 9 return s
10
11