Ignore:
Timestamp:
02/14/12 19:14:23 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for validating the data read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/logger.py

    r17 r21  
    7373            self.message(timestamp, "%s (NO GO)" % (what))
    7474        else:
    75             self.message(timestamp, "%s (%f)" % (what, score))
     75            self.message(timestamp, "%s (%.1f)" % (what, score))
    7676
    7777    def noGo(self, faultID, timestamp, what, shortReason):
Note: See TracChangeset for help on using the changeset viewer.