Changeset 9974

Show
Ignore:
Timestamp:
07/21/08 19:29:49 (4 months ago)
Author:
js
Message:

Remove \n from distribution name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/helpers.py

    r9971 r9974  
    880880                                        elif path_to_file.endswith('lfs-release'): # file just has version 
    881881                                                text = distro_name + ' ' + text 
    882                                 return text 
     882                                return text.replace('\n', '') 
    883883 
    884884                # our last chance, ask uname and strip it