dema-trading-ai / engine

https://docs.dematrading.ai
GNU Affero General Public License v3.0
46 stars 11 forks source link

[Fix] missing config file path #507

Closed WillemGerritzen closed 2 years ago

WillemGerritzen commented 2 years ago

What has been changed?

If a config file couldn't be found, the error message was supposed to print the path it was looking for. This is fixed by giving a different message if the path is None (happens if the user doesn't use the '-c' flag to point to a specific config file).