3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-14 08:31:13 +00:00

on an error saving, error out properly

This commit is contained in:
Daniel Holbach 2011-05-23 17:51:18 +02:00
parent 4e8a631483
commit 29307e4566

@ -38,7 +38,7 @@ def save_entry(entry):
try: try:
entry.lp_save() entry.lp_save()
except HTTPError, error: except HTTPError, error:
print error.content error_out(error.content)
def tag_bug(bug): def tag_bug(bug):
bug.tags = bug.tags + ['bitesize'] # LP: #254901 workaround bug.tags = bug.tags + ['bitesize'] # LP: #254901 workaround