Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commented quotation mark is causing execution failure #40

Open
emadmahdi opened this issue Apr 22, 2021 · 1 comment
Open

commented quotation mark is causing execution failure #40

emadmahdi opened this issue Apr 22, 2021 · 1 comment

Comments

@emadmahdi
Copy link

emadmahdi commented Apr 22, 2021

  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 emadmahdi changed the title commented quote causing execution failure commented quotation mark is causing execution failure Apr 22, 2021
@emadmahdi
Copy link
Author

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
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant