mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
lp-shell: Disable default apport excepthook, as this is intended for
interactive use.
This commit is contained in:
parent
16addfa5ff
commit
1005f7d174
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -36,6 +36,10 @@ ubuntu-dev-tools (0.93) UNRELEASED; urgency=low
|
|||||||
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
||||||
to transparently deal with the various patch systems.
|
to transparently deal with the various patch systems.
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
|
* lp-shell: Disable default apport excepthook, as this is intended for
|
||||||
|
interactive use.
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Tue, 23 Feb 2010 00:31:19 +0100
|
-- Michael Bienia <geser@ubuntu.com> Tue, 23 Feb 2010 00:31:19 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.92) lucid; urgency=low
|
ubuntu-dev-tools (0.92) lucid; urgency=low
|
||||||
|
4
lp-shell
4
lp-shell
@ -25,3 +25,7 @@ else:
|
|||||||
instance = EDGE_SERVICE_ROOT
|
instance = EDGE_SERVICE_ROOT
|
||||||
|
|
||||||
lp = Launchpad.login_with('test', instance)
|
lp = Launchpad.login_with('test', instance)
|
||||||
|
|
||||||
|
# Disable default apport hook, as lp-shell is intended for interactive use
|
||||||
|
# and thus exceptions often bubble up to the top level.
|
||||||
|
sys.excepthook = sys.__excepthook__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user