globus / globus/globus-compute
funcx-endpoint-list sometimes wraps endpoint IDs
- Dominant language
- Python
- Stars
- 162
- Forks
- 53
- Avg merge
- 15h 29m
- Merged PRs (30d)
- 26
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.