Searched hist:"71 c9b0780de06ca0e7a8574965c2fa0705d78927" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 71c9b0780de06ca0e7a8574965c2fa0705d78927 Tue Sep 03 06:32:38 UTC 2019 Jerome Forissier <jerome@forissier.org> get_maintainer.py: fix spelling mistake
OSError is spelled incorrectly, causing the following error:
$ ./scripts/get_maintainer.py core/arch/arm/plat-imx/ Traceback (most recent call last): File "./scripts/get_maintainer.py", line 102, in split_patchset f = open(patchset, "r") IsADirectoryError: [Errno 21] Is a directory: 'core/arch/arm/plat-imx/'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "./scripts/get_maintainer.py", line 292, in <module> main() File "./scripts/get_maintainer.py", line 242, in main patches = split_patchset(arg) File "./scripts/get_maintainer.py", line 103, in split_patchset except OsError: NameError: name 'OsError' is not defined
Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|