mirror of
https://github.com/openharmony/third_party_cryptsetup.git
synced 2026-07-21 07:45:21 -04:00
c24c720b61
If a file (e.g. ~/.gitconfig) does not exist, we get None here rather than a string. NoneType lacks rstrip() so we cannot strip it. Signed-off-by: Shawn O. Pearce <sop@google.com>