Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 15, 2024
1 parent e41806f commit 4d4624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-side/dags/process_new_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def dl_bucket_names(**kwargs):
bucket_names.append(bucket['name'])
print(f'Bucket names found: {bucket_names}')
kwargs['ti'].xcom_push(key='bucket_names', value=bucket_names)
return bucket_names
# return bucket_names

def print_bucket_name(bucket_name):
print(bucket_name)
Expand Down

0 comments on commit 4d4624c

Please sign in to comment.