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

Suppress print error kwarg in def history #129

Merged
merged 3 commits into from
Dec 4, 2019
Merged

Suppress print error kwarg in def history #129

merged 3 commits into from
Dec 4, 2019

Conversation

aabmets
Copy link

@aabmets aabmets commented Nov 10, 2019

This edit makes it possible to optionally suppress printing error messages to the console
in the history function by passing a named parameter "debug" in the **kwargs dict as False.

I made this to handle errors myself and prevent them from jamming up my console, because
I'm using the console to pass data between two different programming languages and
I can't have unintended messages flying around there.

Thought that maybe others would also find this error message suppression feature useful.

Mattias Aabmets added 3 commits November 11, 2019 00:52
I need to handle errors myself and prevent them from jamming up my console, because 
I'm using the console to pass data between two different programming languages and 
I can't have unintended messages flying around there. 
Thought that maybe others would also find this error message suppression feature useful.
@ranaroussi ranaroussi merged commit e13330e into ranaroussi:master Dec 4, 2019
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