Revision 519fafa1

b/lib/cli.py
3153 3153
      for (_, _, ops) in self.queue:
3154 3154
        # SubmitJob will remove the success status, but raise an exception if
3155 3155
        # the submission fails, so we'll notice that anyway.
3156
        results.append([True, self.cl.SubmitJob(ops)])
3156
        results.append([True, self.cl.SubmitJob(ops)[0]])
3157 3157
    else:
3158 3158
      results = self.cl.SubmitManyJobs([ops for (_, _, ops) in self.queue])
3159 3159
    for ((status, data), (idx, name, _)) in zip(results, self.queue):

Also available in: Unified diff