diff --git a/ubuntutools/pullpkg.py b/ubuntutools/pullpkg.py index ed42e1a..5e2a22b 100644 --- a/ubuntutools/pullpkg.py +++ b/ubuntutools/pullpkg.py @@ -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)