Changeset 106

Show
Ignore:
Timestamp:
07/23/06 13:28:26 (6 years ago)
Author:
mk
Message:

Print verbose information close to index score.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/cheesecake/cheesecake_index.py

    r105 r106  
    467467 
    468468    def _print_info_one(self): 
     469        if self.cheesecake.verbose: 
     470            sys.stdout.write(self.get_info()) 
    469471        print "%s  (%s)" % (pad_msg(index_class_to_name(self.name), self.value), self.details) 
    470472 
     
    15171519                   max_cheesecake_index, 
    15181520                   percentage) 
    1519  
    1520             if self.verbose: 
    1521                 print 
    1522                 print self.index.get_info(), 
    15231521 
    15241522        return cheesecake_index