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

fixed pylint issues for installer/helper.py #1222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abhi-jeet-kumar
Copy link

fix for issues : 1217

Represents the result of a shell command.
"""
def __init__(self, success, output='', exception=None):
self.success = success
Copy link
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