• 
      

    Fix a UnicodeDecodeError when printing exceptions containing non-ASCII chars.

    Review Request #7481 — Created July 3, 2015 and submitted — Latest diff uploaded

    Information

    RBTools
    release-0.7.x
    feeb811...

    Reviewers

    The logging in load_scmclients fails when the exception contains non-ASCII
    characters. Using logging.exception fixes this.

    Ran unit tests.