Skip to content

Commit

Permalink
quick fix for bert (Azure#17604)
Browse files Browse the repository at this point in the history
  • Loading branch information
seankane-msft authored Mar 26, 2021
1 parent 7284d8d commit 4e7fbd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def remove_resource(self, name, **kwargs):
self.client.resource_groups.begin_delete(name, polling=False)
except HttpResponseError as err:
logging.info("Failed to delete resource group with name {}".format(name))
logging.info(err.with_traceback)
logging.info("{}".format(err.response))
pass


Expand Down

0 comments on commit 4e7fbd0

Please sign in to comment.