Skip to content

Commit 01ac40a

Browse files
authored
Update gcs.py (#26570)
1 parent 858dc47 commit 01ac40a

File tree

1 file changed

+1
-1
lines changed
  • airflow/providers/google/cloud/hooks

1 file changed

+1
-1
lines changed

airflow/providers/google/cloud/hooks/gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def download(
328328
self.log.error(
329329
'Download attempt of object: %s from %s has failed. Attempt: %s, max %s.',
330330
object_name,
331-
object_name,
331+
bucket_name,
332332
num_file_attempts,
333333
num_max_attempts,
334334
)

0 commit comments

Comments
 (0)