frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

d0ee478 cli: let exceptions flow to the main function

1 file Authored by frostyx 2 years ago, Committed by praiskup 2 years ago,
    cli: let exceptions flow to the main function
    
    Fix #1888
    
    We properly catch all exceptions in the main function and return
    appropriate error codes if anything happens. Don't interfere with this
    by handling exceptions in the particular subcommands such as
    `build-pacakge' or `list'.
    
        
file modified
+23 -31