Skip to content

Commit

Permalink
Swap file for instance in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Dec 5, 2024
1 parent 8eea531 commit ad5f4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarian_background/rolling_deletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RollingDeletion(Task):
store_name: str
"Name of the store to delete instances from"
age_in_days: float
"Age of the instances to delete, in days; older files will be deleted if they pass the checks"
"Age of the instances to delete, in days; older instances will be deleted if they pass the checks"

number_of_remote_copies: int = 3
"Number of remote copies that must be available to delete the file"
Expand Down

0 comments on commit ad5f4c2

Please sign in to comment.