Skip to content

Fixed uninitialized event loop error - #147

Open
ccoverstreet wants to merge 1 commit into
balta2ar:masterfrom
ccoverstreet:master
Open

ccoverstreet wants to merge 1 commit into
balta2ar:masterfrom
ccoverstreet:master

Conversation

@ccoverstreet

Copy link
Copy Markdown

In the current version of the asyncio library, the get_event_loop() call in parallel.py fails because there is no default initialized event loop. This change creates the event loop in main.py so that subsequent calls to get_event_loop() succeed.

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.

1 participant