• Guillem Orellana Trullols's avatar
    Proper error message (#3725) · fbf547cf
    Guillem Orellana Trullols authored
    
    
    * Proper error message
    
    Now when there are missing ffmpeg libraries the error displayed is:
    ```
    {0} header files were not found, disabling ffmpeg.
    ```
    This is because the missing `.format`.
    
    This PR fixes the warning message by appending the proper format operation.
    
    * Use f-string
    Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
    fbf547cf
setup.py 17.3 KB