Skip to content

Unable to set local binary path #19

@rfboykin

Description

@rfboykin

Hey, setting the local binary path with the "binarypath" option leads to an error:
"NameError: global name 'binary_path' is not defined"

The culprit seems to be this block in local.py

if 'binarypath' in self.options:
    self.binary_path = binary_path
    del self.options['binarypath']
else:
    self.binary_path = LocalBinary().get_binary()

I believe changing the second line to self.binary_path = self.options['binarypath'] will fix this issue.

Please fix or let me know if there is another solution.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions