Skip to content

Commit

Permalink
typo wrong attr
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed May 6, 2024
1 parent 5a9e18a commit 66a6cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/openbb_cli/controllers/settings_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def call_obbject_res(self, other_args: List[str]):
ns_parser = self.parse_simple_args(parser, other_args)

if ns_parser and ns_parser.number:
session.settings.set_item("N_TO_KEEP_OBBJECT_REGISTRY", ns_parser.columns)
session.settings.set_item("N_TO_KEEP_OBBJECT_REGISTRY", ns_parser.number)

elif not other_args:
session.console.print(
Expand Down

0 comments on commit 66a6cea

Please sign in to comment.