Skip to content

Commit

Permalink
chore(refactor): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Oct 14, 2024
1 parent 04a9902 commit 1232446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestle/tasks/oscal_catalog_to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def _get_parm_choices(self, control: Control, param: Parameter) -> str:
for choice in param.select.choice:
rchoice = self._resolve_parms(control, choice)
if choices:
choices += f'; {rchoice}' # noqa: E702
choices += f'; {rchoice}'
else:
choices += f'{rchoice}'
return choices
Expand Down

0 comments on commit 1232446

Please sign in to comment.