You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There are a variety of calls to
printer.msg()
which should probably beprinter.err_msg()
orprinter.debug_msg()
. This will prevent problems with anything parsing the output of gcalcli (for example, from use ofgcalcli agenda --tsv
).The one I keep running into is
gcalcli.gcal.GoogleCalendarInterface.data_file_path()
but there are probably many messages that should go to stderr instead.The text was updated successfully, but these errors were encountered: