Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update_processing_table' into up…
Browse files Browse the repository at this point in the history
…date_processing_table
  • Loading branch information
akremin committed Oct 5, 2024
2 parents cac44c1 + 02e8fd3 commit 7219f54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/desi_update_processing_table_statuses
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ if __name__ == '__main__':
cols = ['INTID', 'INT_DEP_IDS', 'EXPID', 'TILEID',
'OBSTYPE', 'JOBDESC', 'LATEST_QID', 'STATUS']
log.info(np.array(cols))

for row in ptable:
log.info(np.array(row[cols]))
log.info("\n")

log.info(f"Done updating STATUS column for processing table: {ptable_pathname}")

0 comments on commit 7219f54

Please sign in to comment.