Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 7, 2024
1 parent 178960b commit 09cadd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/find_collated_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_key_lists(bucket_name, access_key, secret_key, s3_host, get_contents_met
else:
all_keys_list.append(key)
print(f'Keys found: {key_count}, Zip files found: {zipfile_count}', end='\r')
print()
if key_count >= 10000:
break
return np.array(zipfile_list), np.array(contents_list, dtype=object), np.array(all_keys_list)
Expand Down

0 comments on commit 09cadd9

Please sign in to comment.