From ab827a91dc169d262ab6d7e1628d805462ec4a91 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 3 Jan 2019 20:39:16 +0100 Subject: [PATCH] Remove prompt --- dist/macos/macdeploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/macos/macdeploy.py b/dist/macos/macdeploy.py index ffca0e488..f49cc1cb0 100755 --- a/dist/macos/macdeploy.py +++ b/dist/macos/macdeploy.py @@ -477,8 +477,8 @@ def main(): for command in commands: print ' '.join(command) - print 'OK?' - raw_input() + #print 'OK?' + #raw_input() for command in commands: p = subprocess.Popen(command)