Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flux-resource: do not use
+
suffix with +:
prefix in formats
Problem: The "show truncation" format string suffix character (`+`) is effectively ignored when the "expandable field" sentinel (`+:`) is used because the field never will be truncaated. However, some format strings in `flux-resource.py` use these together, potentially causing confusion. Remove the `+` suffix on fields using `+:` in the builtin flux-resource format strings.
- Loading branch information