mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 11:51:47 +08:00
Removing symbols.json in clean-exchange.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user