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

AM adaptation for U18.04 servers #1164

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

andreleblanc11
Copy link
Member

See https://docs.python.org/3/library/socket.html#socket.timeout

socket.timeout is only an alias of TimeoutError since python3.10. So Ubuntu18.04 (python3.6) doesn't have this accomodation set in place.

I commited from edcm-dirt18-1.. this is why @reidsunderland is set as the commiter. I was too lazy to change that so credit to Reid for the change 😄

See https://docs.python.org/3/library/socket.html#socket.timeout
socket.timeout has been replaced by TimeoutError.
It's only been converted to an alias of TimeoutError since python3.10
Copy link

Test Results

1 tests   0 ✅  14s ⏱️
1 suites  0 💤
1 files    0 ❌  1 🔥

For more details on these errors, see this check.

Results for commit ba130dd.

@petersilva petersilva merged commit 7135cf8 into development Aug 13, 2024
18 of 37 checks passed
petersilva pushed a commit that referenced this pull request Aug 16, 2024
See https://docs.python.org/3/library/socket.html#socket.timeout
socket.timeout has been replaced by TimeoutError.
It's only been converted to an alias of TimeoutError since python3.10

Co-authored-by: Reid Sunderland <[email protected]>
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.

3 participants