mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 08:01:58 +02:00
See what's going on with finding kitten in CI
This commit is contained in:
@@ -641,6 +641,7 @@ def build_extra_man_pages() -> None:
|
||||
base = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
kitten = os.environ.get('KITTEN_EXE_FOR_DOCS', os.path.join(base, 'kitty/launcher/kitten'))
|
||||
if not os.path.exists(kitten):
|
||||
subprocess.call(['find', os.path.dirname(kitten)])
|
||||
raise Exception(f'The kitten binary {kitten} is not built cannot generate man pages')
|
||||
raw = subprocess.check_output([kitten, '-h']).decode()
|
||||
started = 0
|
||||
|
||||
Reference in New Issue
Block a user