Skip to content

repo_set: catch xml parse errors, except when they should be fatal

clayton craft requested to merge fix_imports into master

This removes the 'thing == unicode' check that no longer is necessary in python3, and explicitly catches ParseError exceptions when they occur.

Merge request reports