Skip to content

Remove verbosity from erfa_generator#219

Merged
avalentino merged 1 commit intoliberfa:mainfrom
eerovaher:rm-erfa_generator-verbosity
Apr 3, 2026
Merged

Remove verbosity from erfa_generator#219
avalentino merged 1 commit intoliberfa:mainfrom
eerovaher:rm-erfa_generator-verbosity

Conversation

@eerovaher
Copy link
Copy Markdown
Contributor

setup.py invokes erfa_generator with the --quiet option, which avoids printing messages, but when invoked directly (e.g. python erfa_generator.py) then many messages are printed. Personally I don't find these messages to be informative and I suspect no-one else is running the script directly, so it's best to simplify the script by removing everything verbosity-related from it.

The `erfa_generator` script already avoided printing messages when
invoked by `setup.py` because it was called with the explicit `--quiet`
option, but now printing messages has been disabled entirely.
@avalentino avalentino merged commit f4cb7ac into liberfa:main Apr 3, 2026
28 checks passed
@eerovaher eerovaher deleted the rm-erfa_generator-verbosity branch April 3, 2026 18:43
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.

2 participants