mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Fix typo.
This commit is contained in:
parent
ace0508430
commit
660e6256c7
@ -412,7 +412,7 @@ if __name__ == "__main__":
|
|||||||
(script_name)
|
(script_name)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
elif len(args) > 1:
|
elif len(args) > 1:
|
||||||
print >> sys.stderr, "%: Error: Multiple .dsc URLs/paths or package names specified: %s" % \
|
print >> sys.stderr, "%s: Error: Multiple .dsc URLs/paths or package names specified: %s" % \
|
||||||
(script_name, ", ".join(args))
|
(script_name, ", ".join(args))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user