diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-15 13:44:16 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-15 13:44:16 +0200 |
| commit | 2e0755cc68e14bda95abe9472754ae5f4e760a04 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /cli/clean.py | |
| parent | cd812332b9000e58665585e9c3fadc30470a9a6d (diff) | |
Remove all old files before migration
Diffstat (limited to 'cli/clean.py')
| -rw-r--r-- | cli/clean.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/clean.py b/cli/clean.py deleted file mode 100644 index 0ce061c..0000000 --- a/cli/clean.py +++ /dev/null @@ -1,12 +0,0 @@ -from .base import cli, STASH - - -@cli.command() -def clean(): - names = STASH.list_keys() - for name in names: - try: - obj = STASH.load(name) - STASH.save(obj) - except Exception as e: - print(f"Error {e} when attempting to clean {name=}") |
