mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Remove a leftover die() which is better handled later.
This commit is contained in:
parent
8bb5104938
commit
0f0cb53926
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user