Skip to content

Commit

Permalink
Merge d813dbe into 1b3c2f4
Browse files Browse the repository at this point in the history
  • Loading branch information
nahumtimerman authored Jun 26, 2018
2 parents 1b3c2f4 + d813dbe commit 37ba9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcentershell_driver/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def SaveApp(self, context, request, cancellation_context=None):
save_app_results = self.command_orchestrator.save_sandbox(context, save_actions, cancellation_context)
return DriverResponse(save_app_results).to_driver_response_json()

def DeleteSavedApps(self, context, ports, cancellation_context=None, request=''):
def DeleteSavedApps(self, context, request, cancellation_context=None):
actions = self.request_parser.convert_driver_request_to_actions(request)
delete_actions = [x for x in actions if isinstance(x, DeleteSavedApp)]
save_app_results = self.command_orchestrator.delete_saved_sandbox(context, delete_actions, cancellation_context)
Expand Down

0 comments on commit 37ba9ef

Please sign in to comment.