-
Notifications
You must be signed in to change notification settings - Fork 246
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
process.terminate() got an unexpected keyword argument 'timeout' #2398
Comments
I'm also running into the timeout when using cdk synth. Running under Ubuntu 20.04 on WSL1. Steps to reproduce:
Error appears only with the import. Hope the information is helpful. |
Oh jeez. Yeah I'll get a fix out ASAP. |
…timeout' Corrected usage of `process.terminate` to remove unexpected `timeout` argument. Not sure how this did not surface in integration tests (will investigate later). Fixes #2398
…timeout' Corrected usage of `process.terminate` to remove unexpected `timeout` argument. Not sure how this did not surface in integration tests (will investigate later). Fixes #2398
…timeout' Corrected usage of `process.terminate` to remove unexpected `timeout` argument. Not sure how this did not surface in integration tests (will investigate later). Fixes #2398
This ought to be solved by release 1.17.1 of the jsii runtime library, which should be available already ( |
|
@all-contributors add @camilobermudez85 for bug |
I've put up a pull request to add @camilobermudez85! 🎉 |
@RomainMuller Thanks a lot! Keep up the good work! |
🐛 Bug Report
Affected Languages
Python
General Information
What is the problem?
Hey, guys. While running cdk diff on a python 3.7.6 app I'm getting the next error:
The problem seems to be caused by this change introduced in PR #2100:
Indeed, timeout is not a valid parameter for that method, perhaps removing it should be enough to fix the issue. Thanks a lot!
@RomainMuller
The text was updated successfully, but these errors were encountered: