iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

`gto show` returns tag names with a `\n` newline at the end. #454

Open tibor-mach opened 3 months ago

tibor-mach commented 3 months ago

When the output of gto show is used programmatically (e.g. to pass the git tags on the output downstream), having an extra newline is not expected and also hard to see (since the \n is actually going to be printed as a new line in error messages).