mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
parent
6c097233a9
commit
b30df2b227
@ -105,7 +105,8 @@ class PullPkg(object):
|
||||
except KeyboardInterrupt:
|
||||
Logger.info('User abort.')
|
||||
except (PackageNotFoundException, SeriesNotFoundException,
|
||||
PocketDoesNotExistError, InvalidDistroValueError) as e:
|
||||
PocketDoesNotExistError, InvalidDistroValueError,
|
||||
InvalidPullValueError) as e:
|
||||
Logger.error(str(e))
|
||||
sys.exit(errno.ENOENT)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user