Skip to content

Commit

Permalink
add desi_update_processing_table_statuses script
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Oct 3, 2024
1 parent 0ec54f1 commit c18c470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/desi_update_processing_table_statuses
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ def parse_args(): # options=None):
parser.add_argument("--dry-run", action="store_true",
help="Perform a dry run where the processing table is not written back out to disk.")
parser.add_argument("--check-complete-jobs", action="store_true",
help="Default is False. Query NERSC about jobs with STATUS 'COMPLETED'.")
help="Query NERSC about jobs with STATUS 'COMPLETED'"
+ "in addition to all other jobs. Default is False, "
+ "which skips COMPLETED jobs.")
args = parser.parse_args()

return args
Expand Down

0 comments on commit c18c470

Please sign in to comment.