mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
623a5e165a
Apply isort.
9 lines
291 B
Python
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."
|
|
)
|