Skip to content

Commit

Permalink
Update gcs.py (#26570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corea committed Sep 21, 2022
1 parent 858dc47 commit 01ac40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/gcs.py
Expand Up @@ -328,7 +328,7 @@ def download(
self.log.error(
'Download attempt of object: %s from %s has failed. Attempt: %s, max %s.',
object_name,
object_name,
bucket_name,
num_file_attempts,
num_max_attempts,
)
Expand Down

0 comments on commit 01ac40a

Please sign in to comment.