Skip to content

Commit 8295467

Browse files
committed
fixup! Review the way we check if the command succeed.
1 parent 5f8ce76 commit 8295467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyFunceble/cli/system/integrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def inject_into_config(self) -> "SystemIntegrator":
154154
return self
155155

156156
@SystemBase.ensure_args_is_given
157-
def check_config(self) -> "SystemIntegrator":
157+
def check_config(self) -> "SystemIntegrator": # pylint: disable=no-self-use
158158
"""
159159
Checks or do some sanity check of the configuration.
160160

0 commit comments

Comments
 (0)