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

Update tempfile_services.py #3896

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Update tempfile_services.py #3896

merged 1 commit into from
Jan 30, 2019

Conversation

bmorier
Copy link
Contributor

@bmorier bmorier commented Jan 30, 2019

What do these changes do?

Fix an invalid reference to os.errno. errno have been removed from os in python 3.7. The fix only replaces it by the already imported errno.

Reference: Qiskit/qiskit#1253

Just replace os.errno to errno which was already imported in the module

Related issue number

3895

Merging this change would solve Issue #3895

Fix an invalid reference to os.errno. errno have been removed from os in python 3.7. The fix only replaces it by the already imported errno.
@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/11283/
Test FAILed.

@pcmoritz pcmoritz merged commit c9819a7 into ray-project:master Jan 30, 2019
@pcmoritz
Copy link
Contributor

Thanks for the contribution!

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