mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
...
This commit is contained in:
parent
9b0a5d6465
commit
2c6d888b3d
@ -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 New Issue
Block a user