92
92
# doesn't always fail at get() time. Sometimes it fails
93
93
# during read. And that raises a generic IOError with
94
94
# just the string 'Failure'
96
96
# so it has an opportunity to translate the error.
97
97
raise errors.NotABundle(str(e))
98
98
except errors.NotAMergeDirective: