fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Fix totals again #495

Closed marcmengel closed 1 year ago

marcmengel commented 1 year ago

Since the changes in #358 , the jobsub_q headings don't get piped through jobsub_totals anymore, but the totals script was still taking one off the number of lines for the total to account for the heading...

Updated jobsub_totals, and took the heading out if its test-case data.

shreyb commented 1 year ago

LGTM. I just checked with:

  1. jobsub_q -G nova --user novapro (checked total against jobsub_q -G nova --user novapro | grep novapro | wc -l)
  2. jobsub_q -G nova --user fakeuser (total was 0, not -1 like before)