Use pass instead of continue

This commit is contained in:
Joshua Boniface 2020-01-09 13:58:10 -05:00
parent 83de40307c
commit 7d0a64763d
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ def create_vm(self, vm_name, vm_profile, define_vm=True, start_vm=True):
**script_arguments **script_arguments
) )
except: except:
continue pass
# Phase 9 - install cleanup # Phase 9 - install cleanup
# * Unmount any mounted volumes # * Unmount any mounted volumes