Skip to content

Commit 850a362

Browse files
committed
cli: allow --bank to be mutable in submit/bulksubmit
Problem: The `-B, --bank=` option does not appear in the set of mutable options/args in submit/bulksubmit. Add it to mutable_args.
1 parent d16e5af commit 850a362

File tree

1 file changed

+1
-0
lines changed
  • src/bindings/python/flux/cli

1 file changed

+1
-0
lines changed

src/bindings/python/flux/cli/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ class Xcmd:
505505
# the string representation of an Xcmd object.
506506
mutable_args = {
507507
"queue": "-q",
508+
"bank": "-B",
508509
"ntasks": "-n",
509510
"nodes": "-N",
510511
"cores_per_task": "-c",

0 commit comments

Comments
 (0)