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

Print more diagnostic messages to stderr instead of stdout #819

Open
michaelmhoffman opened this issue Nov 18, 2024 · 0 comments
Open

Print more diagnostic messages to stderr instead of stdout #819

michaelmhoffman opened this issue Nov 18, 2024 · 0 comments

Comments

@michaelmhoffman
Copy link
Collaborator

There are a variety of calls to printer.msg() which should probably be printer.err_msg() or printer.debug_msg(). This will prevent problems with anything parsing the output of gcalcli (for example, from use of gcalcli agenda --tsv).

The one I keep running into isgcalcli.gcal.GoogleCalendarInterface.data_file_path() but there are probably many messages that should go to stderr instead.

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

No branches or pull requests

1 participant