gnaponie / greenwave

Forked from greenwave 6 years ago
Clone

f619e4a Fix string interpolation for logging

Authored and Committed by lholecek 5 years ago
    Fix string interpolation for logging
    
    Fixes following pylint warning.
    
        Use % formatting in logging functions and pass the % parameters as
        arguments (logging-format-interpolation)
    
        
file modified
+1 -1