From 2d62e10a7edf3cb77791baf91103176052a05d6d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Dec 2017 15:40:09 +0530 Subject: [PATCH] ... --- kitty/icat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/icat.py b/kitty/icat.py index 3f74077af..aa2e18860 100755 --- a/kitty/icat.py +++ b/kitty/icat.py @@ -327,7 +327,7 @@ def main(args=sys.argv): signal.signal(signal.SIGWINCH, lambda: screen_size(refresh=True)) if not sys.stdout.isatty() or not sys.stdin.isatty(): raise SystemExit( - 'Must be run in a terminal, stdout is currently not a terminal' + 'Must be run in a terminal, stdout and/or stdin is currently not a terminal' ) if screen_size().width == 0: if args.detect_support: