We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running the update command, the list of available cores within the currently running resen session is not refreshed.
update
This is because the update_core_list method doesn't call the __get_valid_cores method after successfully downloading the new cores.json file.
update_core_list
__get_valid_cores
cores.json
This means that users need to restart the resen shell before creating a new bucket.
Also, the documentation is completely missing any information about the update command.
I'll make a quick PR to fix these issues and we can do a minor release.
The text was updated successfully, but these errors were encountered:
Fix cores refresh bug (#73).
99abf92
Successfully merging a pull request may close this issue.
After running the
update
command, the list of available cores within the currently running resen session is not refreshed.This is because the
update_core_list
method doesn't call the__get_valid_cores
method after successfully downloading the newcores.json
file.This means that users need to restart the resen shell before creating a new bucket.
Also, the documentation is completely missing any information about the
update
command.I'll make a quick PR to fix these issues and we can do a minor release.
The text was updated successfully, but these errors were encountered: