Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eusebiu-constantin-petu-dbk committed Nov 19, 2018
1 parent 5308fa2 commit b8f8944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/apis/server/vmedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def vmedia_mount_remove_all(handle, server_id=1):
virt_media.admin_action = CommSavedVMediaMapConsts.ADMIN_ACTION_DELETE_VOLUME
handle.set_mo(virt_media)
# Remove the mapped ISO
elif virt_media.get_class_id() == "CommVmediaMap":
elif virt_media.get_class_id() == "CommVMediaMap":
handle.remove_mo(virt_media)

# Raise error if all mappings not removed
Expand Down

0 comments on commit b8f8944

Please sign in to comment.