Skip to content

Commit

Permalink
Merge pull request #5 from peusebiu/fix_vmedia
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eusebiu-constantin-petu-dbk authored Nov 19, 2018
2 parents 5496203 + b8f8944 commit e0577f5
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 e0577f5

Please sign in to comment.