Files
galaxy/cron/cleanup_datasets.py
Dannon Baker 623a5e165a Apply black formatting.
Apply isort.
2022-02-03 07:42:20 -05:00

9 lines
291 B
Python

#!/usr/bin/env python
import sys
sys.exit(
"This script has been deprecated, replaced by the set of scripts in <galaxy_distribution>/scripts/cleanup_datsets/."
"See https://wiki.galaxyproject.org/Admin/Config/Performance/Purge%20Histories%20and%20Datasets for more information."
)