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
Open Thor (1.47.03) Config
Select Tool Definitions, Code, Create LOCALS, Options
Click on 'Move/merge LOCALS statements to top': throws "Data type mismatch' err.
Problem is in ChkRemoveOrphans.Refresh
Line 1, DoDefault() method returns 'This'
BUT the next line expects a logical and fails as
_oPEMEditor.oPrefs.lMoveLocals is set to numeric 1
✔️ Expected result
❌ Actual result
📷 Debugging Info
📷 Screenshots
The text was updated successfully, but these errors were encountered:
📝 Provide detailed reproduction steps (if any)
Open Thor (1.47.03) Config
Select Tool Definitions, Code, Create LOCALS, Options
Click on 'Move/merge LOCALS statements to top': throws "Data type mismatch' err.
Problem is in ChkRemoveOrphans.Refresh
Line 1, DoDefault() method returns 'This'
BUT the next line expects a logical and fails as
_oPEMEditor.oPrefs.lMoveLocals is set to numeric 1
✔️ Expected result
❌ Actual result
📷 Debugging Info
📷 Screenshots
The text was updated successfully, but these errors were encountered: