Skip to content

Commit

Permalink
fix row typo in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed May 20, 2024
1 parent ebc2c94 commit 4686311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desispec/scripts/procdashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ def count_num_files(ftype, expid=None):

exptime = np.round(row['EXPTIME'], decimals=1)

if 'BADCAMWORD' in erow:
if 'BADAMPS' in erow:
if 'BADCAMWORD' in row:
if 'BADAMPS' in row:
proccamword = erow_to_goodcamword(row,
suppress_logging=True,
exclude_badamps=False)
Expand Down

0 comments on commit 4686311

Please sign in to comment.