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

Atom Hydrogen error "unexpected EOF while parsing" for python if statement!? #179

Open
bridgesra opened this issue Apr 9, 2019 · 0 comments

Comments

@bridgesra
Copy link

bridgesra commented Apr 9, 2019

Seems to be a problem w/ how Atom interprets the code. For loops it will give me the option to "fold" or "collapse" by clicking the carrot in the line number. Yet, if loops have no such luck.

  • Editor name and version: Atom 1.35.1

  • Platform: Mac OS Sierra 10.12.6

  • Color scheme: One Dark/Solarized Dark

  • MagicPython version: 0.4.15

  • A sreenshot:
    image

  • 5-10 lines of surrounding code:

## this works: 
for i in range(10): 
	print( i)

## this doesn't: 
if not False: 
	print("test worked")

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