Skip to content

fixed pylint issues for installer/helper.py#1222

Open
abhi-jeet-kumar wants to merge 1 commit intosukeesh:masterfrom
abhi-jeet-kumar:master
Open

fixed pylint issues for installer/helper.py#1222
abhi-jeet-kumar wants to merge 1 commit intosukeesh:masterfrom
abhi-jeet-kumar:master

Conversation

@abhi-jeet-kumar
Copy link
Copy Markdown

fix for issues : 1217

Comment thread installer/helper.py
Represents the result of a shell command.
"""
def __init__(self, success, output='', exception=None):
self.success = success
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This crashes the installer script

Logging to /tmp/tmph34fnn9o

==================================================
               Preparing virtualenv               
==================================================
|


An unexpected error occurred. Please open an issue on github!
here is the error:

Traceback (most recent call last):
  File "/home/phil/Jarvis/installer/__main__.py", line 11, in <module>
    import steps.a_setup_virtualenv
  File "/home/phil/Jarvis/installer/steps/a_setup_virtualenv.py", line 17, in <module>
    if not py3_installed.success() or not py3_installed.cli_output.startswith('Python 3'):
           ^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'bool' object is not callable

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.

2 participants