Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cobbler.py | ||
digital_ocean.ini | ||
digital_ocean.py | ||
ec2.ini | ||
ec2.py | ||
linode.ini | ||
linode.py | ||
nova.ini | ||
nova.py | ||
rax.py | ||
spacewalk.py | ||
vagrant.py | ||
yaml.py |
The existing code was using: a[b][c[d]] where a[b] would always exist and c[d] would always exist. But the nested index would not alway exist, particularly when a DigitalOcean item disapeared. This changes that nested index to a `get` and properly handles None results. This bug was present in two spots in this file.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cobbler.py | Loading commit data... | |
digital_ocean.ini | Loading commit data... | |
digital_ocean.py | Loading commit data... | |
ec2.ini | Loading commit data... | |
ec2.py | Loading commit data... | |
linode.ini | Loading commit data... | |
linode.py | Loading commit data... | |
nova.ini | Loading commit data... | |
nova.py | Loading commit data... | |
rax.py | Loading commit data... | |
spacewalk.py | Loading commit data... | |
vagrant.py | Loading commit data... | |
yaml.py | Loading commit data... |