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 4d9d84b commit b6b1179Copy full SHA for b6b1179
1 file changed
packages/divbase-api/src/divbase_api/worker/tasks.py
@@ -771,7 +771,7 @@ def _check_that_dimensions_is_up_to_date_with_VCF_files_in_bucket(
771
stale_files = sorted(set(unindexed_files) | set(outdated_files))
772
773
if stale_files:
774
- logger.error(f"Found {len(stale_files)} stale/untracked VCF file(s): {stale_files}")
+ logger.warning(f"Found {len(stale_files)} stale/untracked VCF file(s): {stale_files}")
775
raise DimensionsNotUpToDateWithBucketError(
776
"The following VCF files or file versions in the project are not part of the project's VCF dimensions: "
777
f"'{', '.join(stale_files)}'. "
0 commit comments