Broke ubuntu-build in lat commit. Add missing indent

This commit is contained in:
Stefano Rivera 2010-12-22 23:06:03 +02:00
parent f01beda01c
commit d0ed0d83cc

View File

@ -89,7 +89,7 @@ if not len(args):
if not options.batch:
# Check we have the correct number of arguments.
if len(args) < 3:
optParser.error("Incorrect number of arguments.")
optParser.error("Incorrect number of arguments.")
try:
package = str(args[0]).lower()