Searched refs:MissingExtendedAttributeError (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xar-254/xar/test/
H A Dattr.py26 class MissingExtendedAttributeError(AssertionError): class in inherits:AssertionError
58 raise MissingExtendedAttributeError("extended attribute \"{n}\" missing after extraction".format(n=key))
63 raise MissingExtendedAttributeError("archived file \"{f}\" has has incorrect contents after extraction".format(f=filename))
108 except MissingExtendedAttributeError:
119 # except MissingExtendedAttributeError:

Completed in 112 milliseconds