mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-31 21:01:07 +00:00
Improve error message when sponsor-patch is called without -s, for a sync
This commit is contained in:
parent
e56edac012
commit
d30ffe59bc
@ -105,8 +105,8 @@ class SourcePackage(object):
|
|||||||
Logger.normal("Successfully acknowledged sync request bug #%i.",
|
Logger.normal("Successfully acknowledged sync request bug #%i.",
|
||||||
bug.id)
|
bug.id)
|
||||||
else:
|
else:
|
||||||
Logger.error("Acknowledging a sync request other than to the "
|
Logger.error("Sync requests can only be acknowledged when the "
|
||||||
"official Ubuntu archive is not supported!")
|
"upload target is Ubuntu.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user