-
Notifications
You must be signed in to change notification settings - Fork 26
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
jhack nuke -m test
not removing the model
#210
Comments
interestingly, this issue only appears in the snapped version. I'd also expect the debug logger to print something more than it does. Not sure what's going on. Perhaps a typer version mismatch? |
For me, the issue occurs not just in the snap version but also in the Git repo cloned version as well |
huh that's surprising. Can you share a pip freeze of the venv you're using? |
This is all i see when i run it with
This is the output of pip freeze -
|
you have an extremely old typer. Can you upgrade it to 0.15 and see if that makes a difference? |
You're right, upgrading it to the latest version of typer seems to work. Let me update my PR with the change. Thanks! |
Fix for #210 (`jhack nuke -m test` not removing the model)
Bug Description
jhack nuke -m testing
runs the command without any errors but does not remove the model.To Reproduce
juju add-model testing
jhack nuke -m testing
orjhack nuke --model testing
Environment
No response
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: