diff --git a/Scripts/release.py b/Scripts/release.py index 2ab56f8c..7f8d50f9 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -96,7 +96,7 @@ def exit(log_dir = '.'): sys.exit(3) def run(command, log_name, err, wanted_ret = 0, log_dir = '.'): - log('running %s' % command, log_dir) + log('\nrunning %s\n' % command, log_dir) if log_name: cmd = '%s >> %s\\release-%s.log 2>&1' % (command, log_dir, VERSION) @@ -108,8 +108,6 @@ def run(command, log_name, err, wanted_ret = 0, log_dir = '.'): log('*** ' + err, log_dir) exit(log_dir) - log('', log_dir) - def confirm(question): print question if raw_input() != 'y':