Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resource Id remapping support #773

Merged
merged 10 commits into from
Dec 17, 2020
Prev Previous commit
Next Next commit
flux-ion-resource: fix a typo in a command comment
  • Loading branch information
dongahn committed Dec 17, 2020
commit 055bfd41128cfb20cb8c38a44df80f3841dd0065
2 changes: 1 addition & 1 deletion t/scripts/flux-ion-resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def find_action (args):
print (json.dumps (resp['R']))

"""
Action for find sub-command
Action for status sub-command
"""
def status_action (args):
r = ResourceModuleInterface ()
Expand Down