Opy icon indicating copy to clipboard operation
Opy copied to clipboard

commented quotation mark is causing execution failure

Open emadmahdi opened this issue 3 years ago • 1 comments

  1. Thank you for this OPY

  2. 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

  3. 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

.

emadmahdi avatar Apr 22 '21 06:04 emadmahdi

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

BAD LINE: # http://mirrors.mit.edu/kodi/releases/windows/win64' . GOOD LINE: # http://mirrors.mit.edu/kodi/releases/windows/win64 .

emadmahdi avatar Apr 22 '21 20:04 emadmahdi