]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Use expanduser instead of HOME
authorSimon Glass <sjg@chromium.org>
Wed, 19 Apr 2023 21:21:14 +0000 (15:21 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Apr 2023 17:49:00 +0000 (11:49 -0600)
commitf7689f2145315334df274ed6fe3988d09316dbd3
tree85ac58bda845007817eb82800516b02c0f30a753
parent42c1609dc3c0a6da5f718c247cbbb4478853e37c
binman: Use expanduser instead of HOME

There may not be a HOME environment variable, so use the os.expanduser()
function instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cmdline.py