Lines Matching refs:ex
216 except subprocess.CalledProcessError as ex:
217 output = ex.output.decode("utf-8")
348 except subprocess.CalledProcessError as ex:
349 self.error(ex.output.decode("utf-8"))
397 except subprocess.CalledProcessError as ex:
398 self.error(ex.output.decode("utf-8"))
1137 except subprocess.CalledProcessError as ex:
1138 self.failure(ex.output.decode("utf-8"))
1186 except subprocess.CalledProcessError as ex:
1187 output = ex.output.decode("utf-8")
1339 except MaintainersError as ex: