21020: Warn user if a file can't be found under a custom $XDG_*_HOME
authorBrett Smith <brett.smith@curii.com>
Thu, 30 May 2024 14:55:46 +0000 (10:55 -0400)
committerBrett Smith <brett.smith@curii.com>
Thu, 30 May 2024 14:55:46 +0000 (10:55 -0400)
commitf596238118c6a50addf9ce01b431b3e66adccf04
tree599b9f8e06122d7b53a38abc066380737b10e678
parent63e0ed21b48bd9bc54f4ea04d50261b2518647dd
21020: Warn user if a file can't be found under a custom $XDG_*_HOME

This is primarily meant to be a transitional aid on the off-chance that
someone had a program working under the 2.7 SDK with, e.g.,
~/.config/arvados/settings.conf but a custom $XDG_CONFIG_HOME.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/arvados/util.py
sdk/python/tests/test_util.py