We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e85bf commit 816930bCopy full SHA for 816930b
src/stratis_cli/_actions/_crypt.py
@@ -130,7 +130,7 @@ def unencrypt(namespace: Namespace):
130
get_object(pool_object_path), {}
131
)
132
133
- if return_code != StratisdErrors.OK: # pragma: no cover
+ if return_code != StratisdErrors.OK:
134
raise StratisCliEngineError(return_code, message)
135
136
if not changed: # pragma: no cover
@@ -169,7 +169,7 @@ def reencrypt(namespace: Namespace):
169
170
171
172
173
174
175
0 commit comments