commit | 82f67987a3e665f9c66e8fb944042a1b4815b61b | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Mon Oct 17 01:10:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 17 01:10:16 2016 +0000 |
tree | 074458f14fe3d5d245ce62c3f214b22597cf2b80 | |
parent | 699bcd40be2c10e7e55d955e245f0621b8fab110 [diff] | |
parent | 7f1ccfbb7bb29195e53fcc374a648379f5f53d3a [diff] |
Merge "sync: Fix semaphore release bug that causes thread 'leaks'"
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index b94ccdd..84517b9 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py
@@ -40,7 +40,6 @@ 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:])