Removing symbols.json in clean-exchange.

This commit is contained in:
fredfortier
2017-10-24 18:02:58 -04:00
parent 942e6f263c
commit 7e373e2f9c
+4
View File
@@ -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):