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

Fix "bool object does not support item assignment" error hint. #44

Open
Hub-or opened this issue Jan 29, 2023 · 0 comments
Open

Fix "bool object does not support item assignment" error hint. #44

Hub-or opened this issue Jan 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request will be realized

Comments

@Hub-or
Copy link

Hub-or commented Jan 29, 2023

Is your feature request related to a problem? Please describe.

Every time I tried to stop manager with stop_manager_with_all_streams, it hints an error which could be described like function_name -> error: bool object does not support item assignment. And I found out others mentioned this phenomenon with relatively lower frequency, see at: #30.

Describe the solution you'd like.

Change = False to = {} everywhere in Unicornfy can solve this directly without currently known side effects locally.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request will be realized
Projects
None yet
Development

No branches or pull requests

2 participants