Skip to content

Commit

Permalink
define end parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Feb 29, 2024
1 parent a26390e commit 718ffad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcsfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ async def _rm_files(self, paths, batchsize=20):
out = []
# Splitting requests into 100 chunk batches
# See https://cloud.google.com/storage/docs/batch
end = False
for retry in range(1, 6):
for chunk in _chunks(paths, 20):
parts = []
Expand Down

0 comments on commit 718ffad

Please sign in to comment.