Skip to content

Commit

Permalink
Merge pull request #11375 from camptocamp/backport/11373-to-master
Browse files Browse the repository at this point in the history
[Backport master] Fix typo in azure script
  • Loading branch information
sbrunner committed Sep 10, 2024
2 parents 4c07f44 + 391be6f commit 7f393cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/azure
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main() -> None:
parser.add_argument("--sync-download", help="Download files from the container (azure, local)", nargs=2)
args = parser.parse_args()

blob_service_client is None
blob_service_client = None
container_client = None
if args.connection_string:
blob_service_client = BlobServiceClient.from_connection_string(args.connection_string)
Expand Down

0 comments on commit 7f393cb

Please sign in to comment.