797b13b Convert configparser values to string

Authored and Committed by lsedlar 6 years ago
    Convert configparser values to string
    
    On Python 3, configparser will reject non string values, and
    theoretically we could have some in the configuration.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+3 -1