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
I don‘t buy the claim from #15 (comment) that this is fixed.
mentioned output was moved to the combined else block, starting in state_manager.py line 304
Two reasons:
The messages code that was deleted was giving two different messages, so how can they both be captured by another single code block that has no variability?
That other code block is at a different nesting level if if-elses. In fact, statically from the source code it seems obvious that under conditions that would reach the two deleted code blocks, the code block at line 304 will definitely not be reached.
Originally posted by @jvoigtlaender in #12 (comment)
The text was updated successfully, but these errors were encountered: