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
If something goes wrong the script simply exits without giving any notice.
For instance, if you don't have the right permissions to start a VM, it won't tell you anything (yes I forgot to type sudo a couple of times... My bad, but the script should have said something!)
The construct
try:
...
except:
...
should be used, I guess.
The text was updated successfully, but these errors were encountered:
If something goes wrong the script simply exits without giving any notice.
For instance, if you don't have the right permissions to start a VM, it won't tell you anything (yes I forgot to type sudo a couple of times... My bad, but the script should have said something!)
The construct
should be used, I guess.
The text was updated successfully, but these errors were encountered: