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
Im not 100% sure, but i think this is because the nested if-node doesnt have an "else:" block, thus there is no case created for when only the main if-node's test is true, which is a pretty big oversight.
Possible fixes:
only flatten if the nested node has else block
or, always create a case where only the parents test is transformed?
The text was updated successfully, but these errors were encountered:
This:
Got turned into this:
Im not 100% sure, but i think this is because the nested if-node doesnt have an "else:" block, thus there is no case created for when only the main if-node's test is true, which is a pretty big oversight.
Possible fixes:
The text was updated successfully, but these errors were encountered: