Skip to content

Commit dba7057

Browse files
committed
flux-jobs: update cute format with id.emoji
Problem: The cute format in flux-jobs is not cute enough! Solution: Update the format to use id.emoji over id.f58.
1 parent 1cc1541 commit dba7057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/flux-jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FluxJobsConfig(UtilConfig):
3939
"cute": {
4040
"description": "Cute flux-jobs format string (default with emojis)",
4141
"format": (
42-
"{id.f58:>12} ?:{queue:<8.8} {username:<8.8} {name:<10.10+} "
42+
"{id.emoji:>12W} ?:{queue:<8.8} {username:<8.8} {name:<10.10+} "
4343
"{status_emoji:>5.5} {ntasks:>6} {nnodes:>6h} "
4444
"{contextual_time!F:>8h} {contextual_info}"
4545
),

0 commit comments

Comments
 (0)