Closed danikdanik closed 10 years ago
In clone() (library_ext/machine.py), there is a wrong check of snapshot_name_or_id for if it's in a list of [str, unicode], instead of checking whether it's an instance of str or unicode (which is the check I believe the author intended to do).
In clone() (library_ext/machine.py), there is a wrong check of snapshot_name_or_id for if it's in a list of [str, unicode], instead of checking whether it's an instance of str or unicode (which is the check I believe the author intended to do).