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

Fix:#989 ModuleNotFoundError occur when running Python function on Windows OS #991

Merged

Conversation

furipon308
Copy link
Contributor

Fixes #989
When running Python function on Windows OS, invoke.py cannot import handler module because it doesn't convert path separator of Windows OS "" to ".".
So, I fixed that using os.sep instead of literal "/".

@dherault dherault merged commit 20b22c8 into dherault:master May 27, 2020
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

Successfully merging this pull request may close these issues.

NodeJS runtime endpoint running but error in function that is using Python runtime
2 participants