feat: Update models.py

This commit is contained in:
Yagnesh1998
2023-08-08 18:12:01 +05:30
committed by GitHub
parent 0fae4c975b
commit dd191e9400

View File

@@ -266,7 +266,7 @@ class BlockStructureModel(TimeStampedModel):
len(all_files_by_date),
data_usage_key,
num_to_keep,
)
)
except Exception: # pylint: disable=broad-except
log.exception('BlockStructure: Exception when deleting old files; data_usage_key: %s.', data_usage_key)