We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a9072 commit ffdf67eCopy full SHA for ffdf67e
src/clusterfuzz/_internal/fuzzing/corpus_manager.py
@@ -441,7 +441,7 @@ def rsync_from_disk(self,
441
# because we have many different kinds of corpuses (e.g. quarantine, regression)
442
# but this check is for the main corpus.
443
assert ((len(filenames_to_delete) != len(
444
- self._filenames_to_delete_urls_mapping)) or filenames_to_delete < 500)
+ self._filenames_to_delete_urls_mapping)) or len(filenames_to_delete) < 500)
445
446
logs.info('Deleting files.')
447
storage.delete_signed_urls(filenames_to_delete)
0 commit comments