Closed brockpalen closed 2 years ago
WIth the current build gufi_find looks for a config attribute DEFAULT_CONFIG_PATH which doesn't exist, it looks like this should be DEFAULT_PATH but not sure, but it breaks gufi_find while gufi_ls works just fine.
gufi_find
DEFAULT_CONFIG_PATH
DEFAULT_PATH
gufi_ls
WIth the current build
gufi_find
looks for a config attributeDEFAULT_CONFIG_PATH
which doesn't exist, it looks like this should beDEFAULT_PATH
but not sure, but it breaksgufi_find
whilegufi_ls
works just fine.