Files
OpenBB/cli/openbb_cli/controllers/script_parser.py
Andrew Barnes 1788e77fe1 [BugFix] Remove unnecessary eval() calls in script_parser.py (#7403)
* [BugFix] Remove unnecessary eval() calls in script_parser.py

Replace eval() with direct dict access and slice() construction.
Follows the same pattern as #7390 which removed eval() from utils.py.
No behavior change - all replacements are equivalent to the eval'd
expressions.

* style: format script_parser with black

---------

Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
2026-03-13 04:58:52 +00:00

19 KiB