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

BUG: Update PythonQt to fix intallation of light-the-torch in Slicer #978

Merged

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Jun 28, 2021

This commit fixes the following error reported when trying to install
light-the-torch in Slicer:

  AttributeError: 'PythonQtStdInRedirect' object has no attribute 'isatty'

See Slicer/Slicer#5705

List of changes:

$ git shortlog dafdb72..c306140 --no-merges
Andras Lasso (1):
      [Backport] Add isatty() method to PythonQtStdIn class

This commit fixes the following error reported when trying to install
light-the-torch in Slicer:

  AttributeError: 'PythonQtStdInRedirect' object has no attribute 'isatty'

See Slicer/Slicer#5705

List of changes:

$ git shortlog dafdb72..c306140 --no-merges
Andras Lasso (1):
      [Backport] Add isatty() method to PythonQtStdIn class
@jcfr jcfr merged commit e485a3f into master Jun 28, 2021
@jcfr jcfr deleted the update-pythonqt-to-adding-isatty-to-PythonQtStdInRedirect branch June 28, 2021 20:38
Copy link
Member

@lassoan lassoan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants