Skip to content

Commit

Permalink
Fixed KeyError in characterrule list
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Feb 4, 2024
1 parent f2be0ff commit 5094e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Released: not yet
Disabled Sphinx runs on Python <=3.7 in order to no longer having to deal
with older Sphinx versions. (issue #547)

* Fixed KeyError in "zhmc passwordrule characterrule list" command.
(issue #552)

**Enhancements:**

* Added support for Python 3.12. Had to increase the minimum versions of
Expand Down
1 change: 0 additions & 1 deletion zhmccli/_cmd_character_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def cmd_character_rule_list(cmd_ctx, password_rule_name):
'numeric',
'special',
'custom-character-sets',
'description',
]

additions = {}
Expand Down

0 comments on commit 5094e9e

Please sign in to comment.