diff options
author | Anh Vo <anhvo@microsoft.com> | 2020-07-15 16:57:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 16:57:43 -0400 |
commit | ebc145be5e15c64a31ba496625727a7308a57baf (patch) | |
tree | 08fbe4655da7b50c654e00f2ca3d603d52c2fe0f /cloudinit/sources/DataSourceOracle.py | |
parent | c0d239c7eadeae9c9e0b4e692b49e79c8ffcafd2 (diff) | |
download | vyos-cloud-init-ebc145be5e15c64a31ba496625727a7308a57baf.tar.gz vyos-cloud-init-ebc145be5e15c64a31ba496625727a7308a57baf.zip |
DataSourceAzure: Use ValueError when JSONDecodeError is not available (#490)
JSONDecodeError is only available in Python 3.5+. When it isn't available (i.e. on Python 3.4, which cloud-init still supports) use the more generic ValueError.
Diffstat (limited to 'cloudinit/sources/DataSourceOracle.py')
0 files changed, 0 insertions, 0 deletions