Skip to content

Commit 3fa9bce

Browse files
committed
flux-resource: fix rlist named output format
Problem: The `rlist` output format has `+` and `:` transposed, which results in an extraneous `+` in the output. Fix the format.
1 parent 4e7dd92 commit 3fa9bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/flux-resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class FluxResourceConfig(UtilConfig):
7474
"description": "Format including resource list details",
7575
"format": (
7676
"{state:>10} ?+:{queue:<5} ?:{propertiesx:<10.10+} {nnodes:>6} "
77-
"+:{ncores:>6} ?:+{ngpus:>5} {rlist}"
77+
"+:{ncores:>6} ?+:{ngpus:>5} {rlist}"
7878
),
7979
},
8080
}

0 commit comments

Comments
 (0)