Skip to content

Commit

Permalink
fixup! flux-jobs: support inactive_reason output field
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed May 11, 2023
1 parent 99fcdbe commit 3514c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/python/flux/job/info.py
Expand Up @@ -575,6 +575,7 @@ def inactive_reason(self):
# strsignal() is only available in Python 3.8 and up.
# flux-core's minimum is 3.6. Use compat library
from flux.compat36 import strsignal

try:
sigdesc = strsignal(signum)
except ValueError:
Expand Down

0 comments on commit 3514c7a

Please sign in to comment.