Importer should warn for __main__ imports lacking execution guard #366
Comments
Wrap the last 2 lines of your script in This is still a bug - the library should have warned you about an import of Thanks for reporting! |
@dw |
Closed
This is now on the master branch and will make it into the next release. To be updated when a new release is made, subscribe to https://networkgenomics.com/mail/mitogen-announce/ Thanks for reporting this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background:
I want sync files with mitogen, I think I can read file content as a variable send to other machine, this is my test code. But it has error,I don't know why .
And have some other programme to sync files?
Thanks!
Environment:Python 3.6.5rc1, macOS High Sierra 10.13.6, mitogen 0.2.2
The text was updated successfully, but these errors were encountered: