We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686f7f commit 69828b1Copy full SHA for 69828b1
src/stratis_cli/_actions/_dynamic.py
@@ -118,7 +118,7 @@ def make_dyn_class(key, purpose):
118
try:
119
if key == ClassKey.MANAGER:
120
_add_abs_path_assertion(klass, "CreatePool", "devices")
121
- if key == ClassKey.POOL:
+ if key == ClassKey.POOL: # pragma: no cover
122
_add_abs_path_assertion(klass, "InitCache", "devices")
123
_add_abs_path_assertion(klass, "AddCacheDevs", "devices")
124
_add_abs_path_assertion(klass, "AddDataDevs", "devices")
0 commit comments