Skip to content

Commit 04dfaf9

Browse files
committed
Remove unnecessary no cover pragma
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent b3e85bf commit 04dfaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stratis_cli/_actions/_crypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def reencrypt(namespace: Namespace):
169169
get_object(pool_object_path), {}
170170
)
171171

172-
if return_code != StratisdErrors.OK: # pragma: no cover
172+
if return_code != StratisdErrors.OK:
173173
raise StratisCliEngineError(return_code, message)
174174

175175
if not changed: # pragma: no cover

0 commit comments

Comments
 (0)