From 434259172272fea913aa95340d39a26056c682eb Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Thu, 28 Feb 2013 13:50:06 +0800 Subject: [PATCH] Trivial fix of error display --- moodle-backport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moodle-backport.py b/moodle-backport.py index bb9a240..840f43f 100755 --- a/moodle-backport.py +++ b/moodle-backport.py @@ -135,13 +135,13 @@ for v in versions: if result[0] != 0: debug('Error while cherry-picking %s in %s.' % (cherry, name)) debug(result[2]) - debug('') if yesOrNo('The cherry-pick might still be in progress, would you like to abort it?'): result = M2.git().pick(abort=True) if result[0] > 0 and result[0] != 128: debug('Could not abort the cherry-pick!') else: stashPop(stash) + debug('') continue # Pushing branch -- 2.11.0