| /openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
| H A D | python3.patch | 22 - except GSettingsSchemaConvertException, e: 23 + except GSettingsSchemaConvertException as e: 31 - except SyntaxError, e: 32 + except SyntaxError as e: 40 - except SyntaxError, e: 41 + except SyntaxError as e: 49 - except GSettingsSchemaConvertException, e: 50 + except GSettingsSchemaConvertException as e: 56 - except GSettingsSchemaConvertException, e: 57 + except GSettingsSchemaConvertException as e:
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | linux-kernel-base.bbclass | 20 except IOError: 39 except IOError: 48 except IOError:
|
| H A D | perl-version.bbclass | 18 except IOError: 38 except IOError: 57 except IOError:
|
| H A D | systemd-boot-cfg.bbclass | 34 except OSError: 55 except OSError:
|
| H A D | cml1.bbclass | 50 except OSError: 66 except OSError: 91 except IOError as e:
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 37 - except ImportError: 45 - except AttributeError: 48 + except ImportError: 60 + except AttributeError:
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 39 - except ImportError: 47 - except AttributeError: 50 + except ImportError: 62 + except AttributeError:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | gitver.bbclass | 30 except: 38 except Exception as exc: 53 except Exception as exc: 70 except bb.process.CmdError:
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | devshell.bbclass | 120 except EOFError as e: 123 except (OSError, IOError) as e: 140 except KeyboardInterrupt: 145 except SystemExit: 155 except SystemExit:
|
| H A D | uninative.bbclass | 71 except ValueError: 94 except FileExistsError: 119 except RuntimeError as e: 121 except bb.fetch2.BBFetchException as exc: 124 except subprocess.CalledProcessError as exc: 175 except oe.qa.NotELFFileError:
|
| H A D | license.bbclass | 96 except OSError as err: 116 except Exception as e: 146 except: 167 except: 222 except bb.fetch.MalformedUrl: 233 except oe.license.InvalidLicense as exc: 235 except SyntaxError:
|
| /openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
| H A D | 0002-automake-Update-for-python.m4-to-respect-libdir.patch | 31 @@ -268,18 +270,7 @@ except ImportError: 41 - except: 70 - except:
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
| H A D | CMU-Tex | 9 permission notice identical to this one except for the removal of this 19 except that this permission notice may be stated in a translation approved
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | terminal.bbclass | 98 except oe.terminal.UnsupportedTerminal: 101 except oe.terminal.ExecutionError as exc: 106 except oe.terminal.NoSupportedTerminals as nosup: 112 except oe.terminal.ExecutionError as exc:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0004-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch | 38 + except KeyboardInterrupt: 40 + except OSError:
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | sandbox-fb.txt | 4 This uses the displaymode.txt binding except that only xres and yres are
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | simg_dump-python3.patch | 33 - except getopt.GetoptError, e: 34 + except getopt.GetoptError as e:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | simg_dump-python3.patch | 33 - except getopt.GetoptError, e: 34 + except getopt.GetoptError as e:
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | cve-update-db-native.bb | 63 except OSError: 164 except urllib.error.URLError as e: 198 except urllib.error.URLError as e: 316 except KeyError: 322 except KeyError: 358 except KeyError: 366 except KeyError: 375 except KeyError: 384 except KeyError:
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | smbios.py2 | 91 except: 193 except: 228 except: 287 except: 371 except: 492 except: 539 except: 571 except: 665 except: 766 except: [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | valid-dists.patch | 31 except StopIteration: 62 except TypeError: 115 + except StopIteration: 139 + except StopIteration:
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Dotseqn | 3 …d reproduced, but it may not be changed unless the name is changed also (except that you may freel…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0003-Support-transformation-between-D-Bus-errors-and-exce.patch | 214 + except Exception as e: 227 except Exception as err: 425 + except ExceptionA as e: 430 + except ExceptionB as e: 436 + except ExceptionC as e: 442 + except ExceptionD as e: 447 + except ExceptionD as e: 455 + except Exception as e: 460 + except Exception as e:
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/ |
| H A D | 0001-BLD-add-option-to-specify-numpy-header-location.patch | 43 +except Exception: 52 except Exception:
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/ |
| H A D | 0003-build_support-use-does_build_succeed-in-compile_and_.patch | 33 + except Exception: 44 - except Exception:
|