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

core: fix bug introduced with rich.console #5513

Merged
merged 1 commit into from
Nov 30, 2022
Merged

core: fix bug introduced with rich.console #5513

merged 1 commit into from
Nov 30, 2022

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Nov 30, 2022

The status object isn't callable. Instead, one should use the update method, or the print method of the console object.

Fix #5507

The status object isn't callable. Instead one should use
the update method, or the print method of the console object.
@oz123 oz123 requested a review from matteius November 30, 2022 08:50
@matteius matteius merged commit 88ffc3d into main Nov 30, 2022
@matteius matteius deleted the fix-5507 branch November 30, 2022 16:02
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.

TypeError: 'Status' object is not callable
2 participants