Show
Ignore:
Timestamp:
08/29/06 00:08:45 (18 years ago)
Author:
jerome
Message:

Cleaner output for color components.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r377 r383  
    248248                            for k in cspace : # NB : this way we preserve the order of the planes 
    249249                                try : 
    250                                     lineparts.append("%s : %f%%" % (k, page[k])) 
     250                                    lineparts.append("%s : %s%%" % (k, ("%f" % page[k]).rjust(10))) 
    251251                                except KeyError : 
    252252                                    pass