schlupov / copr / copr

Forked from copr/copr 4 years ago
Clone

bb8a347 cli: don't traceback for missing field in frontend's output

1 file Authored by praiskup 2 years ago, Committed by schlupov 2 years ago,
    cli: don't traceback for missing field in frontend's output
    
    E.g. in the recent copr-frontend version, we are adding 'pkg_version'
    field into the monitor data json.  Therefore also the new copr-cli
    package tries to print that.
    
    If we though run the new client against older Frontend, it would fail
    with KeyError for 'pkg_version' before.
    
        
file modified
+24 -16