This commit is contained in:
Kovid Goyal 2021-12-10 07:36:09 +05:30
parent 9b0a5d6465
commit 2c6d888b3d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -28,7 +28,7 @@ def resolved_kitten(k: str) -> str:
def path_to_custom_kitten(config_dir: str, kitten: str) -> str:
path = resolve_abs_or_config_path(kitten, None, config_dir)
path = resolve_abs_or_config_path(kitten, conf_dir=config_dir)
return os.path.abspath(path)