diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-10-19 16:15:18 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2015-10-19 16:15:48 -0400 |
commit | 0c51c2eb31109f9ce7fe3fb808ea15ea8ed55858 (patch) | |
tree | 6700f18e5c55a6836ed9d5dfd172e3dc33fc2454 | |
parent | 15b9ff13c4c41771a8af375040ab6ac241395c4d (diff) |
Differential Revision: https://phabricator.freedesktop.org/D392
-rwxr-xr-x | git-phab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ def do_attach(args): except: print("Failed to set std:maniphest:git:uri-branch") - except: - summary += "Failed: push wip branch\n" + except Exception as e: + summary += "Failed: push wip branch: %s\n" % e print("\n\nSummary:") print(summary) |