367a1cb fix suspicious except statements

2 files Authored by mbasti 8 years ago, Committed by tbabej 8 years ago,
    fix suspicious except statements
    
    The "except ValueError as UnicodeDecodeError" looks very suspicious.
    Commit change except to catch both exceptions.
    
    https://fedorahosted.org/freeipa/ticket/5718
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>
    
        
file modified
+1 -1
file modified
+3 -3