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:
parent
4e8a631483
commit
29307e4566
2
bitesize
2
bitesize
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user