globus / globus/globus-compute

funcx-endpoint-list sometimes wraps endpoint IDs

Open
#596 0 comments 0 reactions 0 assignees View on GitHub
bug
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.