From: Frederic Massart Date: Thu, 28 Feb 2013 05:50:06 +0000 (+0800) Subject: Trivial fix of error display X-Git-Tag: v0.4.1~17 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=434259172272fea913aa95340d39a26056c682eb;p=mdk.git Trivial fix of error display --- 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