Skip to content

Commit

Permalink
fixup! Review the way we check if the command succeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Nov 27, 2021
1 parent 5f8ce76 commit 8295467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFunceble/cli/system/integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def inject_into_config(self) -> "SystemIntegrator":
return self

@SystemBase.ensure_args_is_given
def check_config(self) -> "SystemIntegrator":
def check_config(self) -> "SystemIntegrator": # pylint: disable=no-self-use
"""
Checks or do some sanity check of the configuration.
Expand Down

0 comments on commit 8295467

Please sign in to comment.