You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Using the Readme instructions to add to path causes the tool to call the globally set python version, which can lead to execution errors..
Identified by this post:
https://stackoverflow.com/questions/67730095/removeprefix-for-string-object-is-not-an-attribute
The text was updated successfully, but these errors were encountered: