mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
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:
parent
eceeb1b1f5
commit
699bcd40be
@ -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:])
|
||||
|
Loading…
Reference in New Issue
Block a user