QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
189 stars 101 forks source link

Fix: bug with default market in download #453

Closed Romazes closed 2 months ago

Romazes commented 2 months ago

Issue:

Fixes bug with default market name USA not being retrieved from the configuration file of data providers.

Related Pull Request

Changes Made:

Outcome:

With this fix, the system now properly retrieves the default market name "USA" from the configuration file of data providers, resolving the bug and ensuring consistent behavior across different environments.