Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Jan 25, 2025
1 parent 912a696 commit 1a2edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpathlib/azure/azblobclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _check_hns(self, cloud_path: AzureBlobPath) -> Optional[bool]:
return self._check_hns_root_metadata(cloud_path)
except HttpResponseError as error:
if error.status_code == HTTPStatus.FORBIDDEN:
self._check_hns_root_metadata(cloud_path)
return self._check_hns_root_metadata(cloud_path)

Check warning on line 217 in cloudpathlib/azure/azblobclient.py

View check run for this annotation

Codecov / codecov/patch

cloudpathlib/azure/azblobclient.py#L215-L217

Added lines #L215 - L217 were not covered by tests
else:
raise

Check warning on line 219 in cloudpathlib/azure/azblobclient.py

View check run for this annotation

Codecov / codecov/patch

cloudpathlib/azure/azblobclient.py#L219

Added line #L219 was not covered by tests

Expand Down

0 comments on commit 1a2edc7

Please sign in to comment.