aa849b8 Supress tracebacks for "expected" exceptions in more places

2 files Authored by zbyszek 2 years ago, Committed by zbyszek 2 years ago,
    Supress tracebacks for "expected" exceptions in more places
    
    afbee03f26 tried to suppress tracebacks, but I was testing it by calling
    'PYTHONPATH=… python -m rust2rpm' and completely missed the fact that the
    setuptools entrypoint wrapper calls main() directly and is not covered by
    this.
    
    Also, the same should be done for cargo-inspector.
    
        
file modified
+16 -7
file modified
+2 -0