stable/freqtrade/resolvers
Bernd Zeimetz cd6620a044 Ignore broken symlinks while resolving strategies.
Without this fix the resolver tries to read from the broken symlink,
resulting in an exception that leads to the the rather confusing
error message

freqtrade.resolvers.iresolver - WARNING - Path "...../user_data/strategies" does not exist.

as a result of a symlink matching .py not being readable.
2021-06-13 21:42:09 +02:00
..
__init__.py Add first version of protection manager 2020-12-07 08:23:10 +01:00
exchange_resolver.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
hyperopt_resolver.py Improve error when hyperopt-loss-function is missing 2020-10-28 07:58:55 +01:00
iresolver.py Ignore broken symlinks while resolving strategies. 2021-06-13 21:42:09 +02:00
pairlist_resolver.py Move pairlists to be a plugin submodule 2020-12-23 16:54:35 +01:00
protection_resolver.py Small cleanup of protection stuff 2020-12-13 10:16:09 +01:00
strategy_resolver.py Remove OrderedDict 2021-06-13 11:47:18 +02:00