Skip to content

Commit

Permalink
Poke bear
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Jan 24, 2020
1 parent dccaac1 commit edea4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simplekv/net/_azurestore_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _has_key(self, key):
# https://github.com/Azure/azure-sdk-for-python/issues/9507
blob_client = self.blob_container_client.get_blob_client(key)
try:
raise RuntimeError("foo")
# One of the very few methods which do not mutate state
blob_client.get_blob_properties()
return True
Expand Down

0 comments on commit edea4f4

Please sign in to comment.