Bug fixes

This commit is contained in:
fredfortier
2017-10-11 22:05:29 -04:00
parent c33bab673f
commit c24918e2c8
5 changed files with 13 additions and 10 deletions
+4
View File
@@ -167,3 +167,7 @@ class PricingDataNotLoadedError(ZiplineError):
'Please ingest data using the command '
'`catalyst ingest -b exchange_{exchange}`. '
'See catalyst documentation for details.').strip()
class ApiCandlesError(ZiplineError):
msg = ('Unable to fetch candles from the remote API: {error}.').strip()