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

View File

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