Skip to content
  • Stratos Psomadakis's avatar
    Fix print alignment for snf-mange cmds · 5d342b1f
    Stratos Psomadakis authored
    pprint_table misbehaved when handling unicode 'strings', breaking the
    alignment of the output of several snf-manage cmds, and raising a
    unicode encode exception, when printing non 'ascii' unicode strings.
    
    Calculate correctly the max column width by applying len() directly to
    the unicode objects, and use the unicode rjust for the output
    formatting, and use uenc to encode the output correctly, before
    printing.
    5d342b1f