Removed duplication code in abandon.py

code about getting argument is duplicated.
so this line is removed

Change-Id: Id321b999c7dacdb403cd986cbf35f8db62efc157
This commit is contained in:
Kyunam.jo 2016-10-12 09:59:34 +09:00
parent eceeb1b1f5
commit 699bcd40be

View File

@ -40,7 +40,6 @@ It is equivalent to "git branch -D <branchname>".
print("error: '%s' is not a valid name" % nb, file=sys.stderr)
sys.exit(1)
nb = args[0]
err = []
success = []
all_projects = self.GetProjects(args[1:])