Skip to content

Commit 51f1fa1

Browse files
committed
job-list: Update comment
Problem: A comment said that job-list will return "initialized" data if a jobspec is illegal. However, in PR #4327 that behavior was changed to not return data if it is not available. Update the comment accordingly.
1 parent 25e865b commit 51f1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-list/job_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ static int jobspec_parse (struct list_ctx *ctx,
549549
}
550550

551551
/* nonfatal error - jobspec illegal, but we'll continue on. job
552-
* listing will get initialized data */
552+
* listing will return whatever data is available */
553553
nonfatal_error:
554554
rc = 0;
555555
error:

0 commit comments

Comments
 (0)