-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Fix dry-run resulting in critical error in
verdi archive import
(
#6403) The import module raises `ImportTestRun` after a dry-run of a importing archive has finished successfully. This was not caught separately by the `verdi archive import` command resulting in a critical error being returned even in the case of a successful dry-run. The exception is now caught and a success message is logged instead.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters