feat: Update models.py
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user