Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Sep 18, 2024
1 parent e12aae3 commit 07c8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cray/modules/bos/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _decorator(clear_pending_state, **kwargs):
if clear_pending_state["value"]:
kwargs.update({
arg.replace('-','_'): { "name": arg, "value": "" }
for arg in STAGED_STATE_ARGS + DESIRED_STATE_ARGS)}
for arg in STAGED_STATE_ARGS + DESIRED_STATE_ARGS})
return func(**kwargs)

return _decorator
Expand Down

0 comments on commit 07c8236

Please sign in to comment.