Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove special chars from Seqera CLI version #28

Merged
merged 5 commits into from
May 2, 2024
Merged

Conversation

pinin4fjords
Copy link
Member

@pinin4fjords pinin4fjords commented May 1, 2024

tw --version outputs some strange characters when using Mamba so you end up with:

^[[33mTower CLI version 0.9.2 (build 39a2ec6)^[[39m^[[0m

The version output in this module failed to exclude the trailing ones, which I've done here.

We should probably also figure out why these chars are there at all.

Fixes #25

This is down to terminal colors (thanks to @jordeu !). So a neater solution is just to turn those off.

@pinin4fjords pinin4fjords linked an issue May 1, 2024 that may be closed by this pull request
@pinin4fjords
Copy link
Member Author

seqeralabs/tower-cli#404

@pinin4fjords pinin4fjords merged commit 7b5219e into dev May 2, 2024
22 checks passed
@pinin4fjords pinin4fjords deleted the fix_mamba_versions branch May 2, 2024 09:25
@drpatelh drpatelh added this to the 0.2.0 milestone May 28, 2024
@drpatelh drpatelh changed the title Remove special chars from version Remove special chars from Seqera CLI version May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails in Mamba with 'special characters' error
3 participants