diff --git a/catalyst/exchange/exchange_bundle.py b/catalyst/exchange/exchange_bundle.py index 81d9833d..789f68e6 100644 --- a/catalyst/exchange/exchange_bundle.py +++ b/catalyst/exchange/exchange_bundle.py @@ -625,6 +625,10 @@ class ExchangeBundle: )) root = get_exchange_folder(self.exchange.name) + symbols = os.path.join(root, 'symbols.json') + if os.path.isfile(symbols): + os.remove(symbols) + temp_bundles = os.path.join(root, 'temp_bundles') if os.path.isdir(temp_bundles):