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
same problem found in another file in my module ... it looks like this extra quotation mark will tell OPY to comment lots of preceding lines and preceding functions ... and that is the reason why these mistakenly commented functions are not being executed properly
Thank you for this OPY
i have a python file that has the below commented BAD LINE ... i executed your OPY and it worked without errors but file execution failed
I only removed the quotation mark ( ' ) from the below commented BAD LINE ... and that caused the execution to succeed
BAD LINE:
# If the field has the first two bits equal to 1, it's a pointer
GOOD LINE:
# If the field has the first two bits equal to 1, it s a pointer
.
The text was updated successfully, but these errors were encountered: