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

Extension-less Python files not picked up #25

Closed
ijl opened this issue Nov 6, 2015 · 3 comments
Closed

Extension-less Python files not picked up #25

ijl opened this issue Nov 6, 2015 · 3 comments
Labels

Comments

@ijl
Copy link

ijl commented Nov 6, 2015

Bit of a papercut, but...

If I have example, not no .py extension, as:

#!/usr/bin/env python

if __name__ == '__main__':
    print('python')

Then in Sublime Text 3, MagicPython isn't automatically selected. Without MagicPython enabled and Python disabled, the stock Python package is selected.

@vpetrovykh vpetrovykh added the bug label Nov 6, 2015
@vpetrovykh
Copy link
Member

Thanks for reporting this. It will be fixed in the next release (soon).

@1st1
Copy link
Member

1st1 commented Nov 6, 2015

Should be fixed in v0.4.43

@1st1 1st1 closed this as completed Nov 6, 2015
@ijl
Copy link
Author

ijl commented Nov 9, 2015

Thanks.

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

No branches or pull requests

3 participants