mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-18 04:11:29 +00:00
pull-lp-source: Return an error message if dget is not installed.
This commit is contained in:
parent
27f83c2602
commit
b85dc1a793
@ -90,3 +90,5 @@ if __name__ == '__main__':
|
|||||||
except ValueError, e:
|
except ValueError, e:
|
||||||
print 'Error when downloading package %s from release %s: %s.' % \
|
print 'Error when downloading package %s from release %s: %s.' % \
|
||||||
(package, release, e)
|
(package, release, e)
|
||||||
|
except OSError, e:
|
||||||
|
print "Failed to start child process of dget: %s." % e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user