delete: fix error handling with Ctrl-C

This commit is contained in:
Thomas Waldmann 2024-07-15 00:49:39 +02:00
parent 0ae65a08c4
commit 126a346296
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from ._common import with_repository, Highlander
from ..archive import Archive, Statistics from ..archive import Archive, Statistics
from ..cache import Cache from ..cache import Cache
from ..constants import * # NOQA from ..constants import * # NOQA
from ..helpers import log_multi, format_archive, sig_int, CommandError from ..helpers import log_multi, format_archive, sig_int, CommandError, Error
from ..manifest import Manifest from ..manifest import Manifest
from ..logger import create_logger from ..logger import create_logger