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 atexit exception #84

Merged
merged 1 commit into from Dec 19, 2022
Merged

Conversation

eddyg
Copy link
Contributor

@eddyg eddyg commented Dec 7, 2022

The current implementation results in the "Output" tab for the extension showing:

Exception ignored in atexit callback: <function ProcessManager.stop_all_processes at 0x10298a320>
TypeError: ProcessManager.stop_all_processes() missing 1 required positional argument: 'self'

(This fixes #83)

@karthiknadig karthiknadig merged commit cf0571d into microsoft:main Dec 19, 2022
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.

atexit.register decorator causes exception
2 participants