Merge branch 'fix-build' of https://github.com/page-down/kitty
This commit is contained in:
commit
99463ef492
@ -133,7 +133,7 @@ def run_kitten(kitten: str, run_name: str = '__main__') -> None:
|
||||
def all_kitten_names() -> FrozenSet[str]:
|
||||
ans = []
|
||||
for name in list_kitty_resources('kittens'):
|
||||
if '__' not in name and '.' not in name and name != 'tui':
|
||||
if '__' not in name and '.' not in name and 'main.py' in list_kitty_resources(f'kittens.{name}'):
|
||||
ans.append(name)
|
||||
return frozenset(ans)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user