Skip to content

Commit

Permalink
prettier output: sort display numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 19, 2024
1 parent 03858cc commit 7665da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def nosession(*extras) -> None:
return
else:
if len(displays) != 1:
nosession("please specify a display, more than one is available: " + csv(displays))
nosession("please specify a display, more than one is available: " + csv(sorted(displays)))
return
display = displays[0]

Expand Down

0 comments on commit 7665da3

Please sign in to comment.