Skip to content

Commit

Permalink
fixup! pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rekup committed Dec 14, 2023
1 parent ea8de1a commit 6834c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def apply_module_setting(self, module: str) -> List[str]:

cmd_output = []

for _, value in configure_functions.items():
for value in configure_functions.values():
cmd_output.append(
opnsense_utils.run_function(
php_requirements=php_requirements,
Expand Down

0 comments on commit 6834c2d

Please sign in to comment.