Searched refs:GitError (Results 1 – 6 of 6) sorted by relevance
12 class GitError(Exception): class32 raise GitError("{} is not a Git top directory".format(realpath))43 raise GitError("'{}' failed with exit code {}: {}".format(68 except GitError:77 except GitError:
15 from oeqa.utils.git import GitRepo, GitError50 except GitError:120 except GitError as e:
13 from oeqa.utils.git import GitError134 with self.assertRaises(GitError):
23 from oeqa.utils.git import GitRepo, GitError
33 from oeqa.utils.git import GitRepo, GitError396 except GitError:401 except GitError:
25 from oeqa.utils.git import GitError, GitRepo