From 0f0cb53926abbfa752c1a8dc230c19a34286c41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 19 Jan 2009 16:07:01 +0100 Subject: [PATCH] Remove a leftover die() which is better handled later. --- lp-set-dup | 1 - 1 file changed, 1 deletion(-) diff --git a/lp-set-dup b/lp-set-dup index 1c8bd77..f88998d 100755 --- a/lp-set-dup +++ b/lp-set-dup @@ -50,7 +50,6 @@ if __name__ == '__main__': print "Launchpad setup complete" except ImportError: suggestion = "check whether python-launchpadlib is installed" - die("Couldn't setup Launchpad for the ubuntu-dev-tools consumer; check whether python-launchpadlib is installed") except IOError: suggestion = "you might want to \"manage-credentials create --consumer ubuntu-dev-tools --level 2\"" if launchpad is None: