argos83 / pysphere

Automatically exported from code.google.com/p/pysphere
88 stars 76 forks source link

VIVirtualMache.delete_snapshot_by_path does not return VITask #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The method delete_snapshot_by_path of VIVirtualMachine 
(https://code.google.com/p/pysphere/source/browse/trunk/pysphere/vi_virtual_mach
ine.py#930) is document to return a VITask when you run it async. In reality it 
always returns None because it doesn't return the return value of 
__delete_snapshot (which does the actual work).

Original issue reported on code.google.com by ronaldou...@mac.com on 9 May 2014 at 3:24