Skip to content

Commit

Permalink
Merge pull request flux-framework#6522 from grondo/issue#6521
Browse files Browse the repository at this point in the history
shell: fix signal plugin to work with Fluxion scheduler
  • Loading branch information
mergify[bot] authored Dec 18, 2024
2 parents 368b85a + b4cd80c commit c9eb3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static int set_timeleft_watcher (struct shell_signal *sig)
double remaining;

if (flux_shell_info_unpack (sig->shell,
"{s:{s:{s:f}}}",
"{s:{s:{s:F}}}",
"R",
"execution",
"expiration", &expiration) < 0) {
Expand Down

0 comments on commit c9eb3a8

Please sign in to comment.