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

Calling BCO uses global python #9

Open
HadleyKing opened this issue Sep 7, 2021 · 0 comments
Open

Calling BCO uses global python #9

HadleyKing opened this issue Sep 7, 2021 · 0 comments

Comments

@HadleyKing
Copy link
Collaborator

Using the Readme instructions to add to path causes the tool to call the globally set python version, which can lead to execution errors..

 File "/usr/local/bin/bco", line 965, in create_mapping_file
    index_path = line.removeprefix("On instance").removesuffix(":\n")
AttributeError: 'str' object has no attribute 'removeprefix'

Identified by this post:
https://stackoverflow.com/questions/67730095/removeprefix-for-string-object-is-not-an-attribute

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

No branches or pull requests

1 participant