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 5d59e5c commit 9698352Copy full SHA for 9698352
src/clusterfuzz/_internal/bot/tasks/setup.py
@@ -718,7 +718,7 @@ def _is_data_bundle_up_to_date(data_bundle, data_bundle_directory):
718
"""Return true if the data bundle is up to date, false otherwise."""
719
sync_file_path = _get_data_bundle_sync_file_path(data_bundle_directory)
720
721
- if not (take_trusted_host_path() and data_bundle.sync_to_worker):
+ if take_trusted_host_path() and data_bundle.sync_to_worker:
722
from clusterfuzz._internal.bot.untrusted_runner import file_host
723
worker_sync_file_path = file_host.rebase_to_worker_root(sync_file_path)
724
shell.remove_file(sync_file_path)
0 commit comments