Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Senza version warning should not be printed for non-TTYs (piping result to awk etc) #373

@hjacobs

Description

@hjacobs

The Senza version check currently destroys popular shell scripting such as:

senza li -o tsv | tail -n +2 | awk '{ print $1 }'

We should only print the warning if sys.stdout is a TTY.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions