Skip to content

Commit

Permalink
a very important typo
Browse files Browse the repository at this point in the history
  • Loading branch information
whoarethebritons committed Sep 7, 2018
1 parent c8cc890 commit 7af59d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appscale/tools/agents/azure_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ def terminate_instances(self, parameters):
vmss_delete_exceptions = []

try:
ss_to_delete = [vmss.name for vmss in vmss_list if
ss_to_delete = [vmss.name for vmss in vmss_list if not
any(compute_client.virtual_machine_scale_set_vms.list(resource_group, vmss.name))]
except CloudError as e:
logging.exception("CloudError received while trying to terminate "
Expand Down

0 comments on commit 7af59d8

Please sign in to comment.