-
Notifications
You must be signed in to change notification settings - Fork 293
4.2.1 introduces requirements path problem in Windows #248
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
Comments
Edited initial post to put the "To" path in a code block to preserve formatting. |
#247 will fix this AFAIK. |
Actually 4.2.2 introduced this, but it doesn't seem like there were changes in this area for 4.2.2? |
Seems like it. Thanks |
Released fix as v4.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4.2.0 works correctly
This path gets changed from:
D:\work\git\something-game\game-rank-notifier.serverless\requirements
To:
D\:\\work\\git\\something-game\\game-rank-notifier\\.serverless\\requirements
By the newly added function quote_single(). This doesn't seem to have been tested in Windows.
Thanks
The text was updated successfully, but these errors were encountered: