mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Ensure multitail building does not assume tty
This commit is contained in:
@@ -21,6 +21,8 @@ def build_single(which, bitness, shutdown=True):
|
||||
if bitness:
|
||||
cmd.append(bitness)
|
||||
cmd.append('calibre')
|
||||
if not sys.stdout.isatty():
|
||||
cmd.append('--no-tty')
|
||||
cmd.append('--sign-installers')
|
||||
env = os.environ.copy()
|
||||
env['CALIBRE_SRC_DIR'] = base
|
||||
|
||||
Reference in New Issue
Block a user