mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D401
This commit is contained in:
parent
f328aaa52f
commit
f62e2823f8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class FormConfigs(Configs):
|
|||
self.config_file: Path = Path(self.etc_path, f'{self.prog_name}.toml')
|
||||
|
||||
def is_dialog_enabled(self) -> None:
|
||||
"""Checking if the dialog box is enabled by the user."""
|
||||
"""Check if the dialog box is enabled by the user."""
|
||||
if not self.dialog:
|
||||
self.errors.raise_error_message(f"You should enable the dialog in the "
|
||||
f"'{self.etc_path}/{self.prog_name}.toml' file", exit_status=1)
|
||||
|
|
Loading…
Reference in a new issue