mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Broke ubuntu-build in lat commit. Add missing indent
This commit is contained in:
parent
f01beda01c
commit
d0ed0d83cc
@ -89,7 +89,7 @@ if not len(args):
|
|||||||
if not options.batch:
|
if not options.batch:
|
||||||
# Check we have the correct number of arguments.
|
# Check we have the correct number of arguments.
|
||||||
if len(args) < 3:
|
if len(args) < 3:
|
||||||
optParser.error("Incorrect number of arguments.")
|
optParser.error("Incorrect number of arguments.")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
package = str(args[0]).lower()
|
package = str(args[0]).lower()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user