datacenter / acitoolkit

A basic toolkit for accessing the Cisco APIC
Other
350 stars 266 forks source link

Update acitoolkit.py #315

Open sakurasyaron opened 6 years ago

sakurasyaron commented 6 years ago

The code fails when we try the following: phydms = aci.PhysDomain.get(session) since we get an empty list for ret.json()['imdata'] in one of the elements in the loop. this fix will eliminate that error by assigning an empty dictionary if the list is empty.