Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jun 29, 2024
1 parent fb02e83 commit fcac890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gustaf/helpers/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def __repr__(self):
description: str
"""
valid_and_current = []
for vo in self._valid_option.values():
for vo in self._valid_options.values():
valid = str(vo)
current = ""
if vo.key in self.keys():
Expand Down

0 comments on commit fcac890

Please sign in to comment.