...
This commit is contained in:
parent
9b0a5d6465
commit
2c6d888b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue