You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
matteosantama
changed the title
Spent a few hours today tracking down this problem. Original fix did not resolve this
Running [strat_name].py leads to .config file not being found. Original fix did not resolve this
Jul 14, 2019
I believe the fix left this part aside :
https://github.com/garethdmm/gryphon/blob/master/gryphon/execution/lib/config_helper.py#L96
Which means the configuration file should be named with "strat_name.py.conf" currently, and that is probably not intended
How do we want to handle this? If we're not planning more changes in the original strategy parser, we could simply add a few more if statements.
Originally posted by @asmodehn in #30 (comment)
The text was updated successfully, but these errors were encountered: