diff options
| author | Brandon Maier <[email protected]> | 2024-06-04 16:16:06 +0000 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2024-07-03 07:36:33 +0100 |
| commit | 698b60a6a23a29a556d5a00c5eead63fb3fdd4f3 (patch) | |
| tree | a2c68ec617fe5e4a5b71b589658cffaef3974b62 /doc/develop/bootstd | |
| parent | 357bfca5e616c7fc003cce1ddda44016660cf75f (diff) | |
tools: binman: fix deprecated Python ConfigParser methods
The method `ConfigParser.readfp()` is marked deprecated[1].
In Python 3.12 this method have been removed, so replace it with
`ConfigParser.read_file()`.
[1] https://docs.python.org/3.11/library/configparser.html#configparser.ConfigParser.readfp
Signed-off-by: Brandon Maier <[email protected]>
CC: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions
