You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of funcx-endpoint-list sometimes wraps endpoint IDs:
+-------------------------+--------------+-------------------------------------+
| Endpoint Name | Status | Endpoint ID |
+=========================+==============+=====================================+
| normal_24c_4node | Stopped | 1336c1ab-9076-4d76-9def-0edb34198c7 |
| | | 7 |
+-------------------------+--------------+-------------------------------------+
This makes copying the endpoint ID to client code more difficult than it needs to be (due to extra | that get copied, etc.). Is it possible to make sure the Endpoint ID field is always wide enough to not wrap the ID?
The text was updated successfully, but these errors were encountered:
The latest version of
funcx-endpoint-list
sometimes wraps endpoint IDs:This makes copying the endpoint ID to client code more difficult than it needs to be (due to extra | that get copied, etc.). Is it possible to make sure the
Endpoint ID
field is always wide enough to not wrap the ID?The text was updated successfully, but these errors were encountered: