mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-29 11:18:20 +08:00
Bug fixes
This commit is contained in:
@@ -488,7 +488,7 @@ def run_algorithm(initialize,
|
||||
if exchange_name is not None:
|
||||
portfolio = get_algo_object(
|
||||
algo_name=algo_namespace,
|
||||
key='portfolio',
|
||||
key='portfolio_{}'.format(exchange_name),
|
||||
environ=environ
|
||||
)
|
||||
if portfolio is None:
|
||||
|
||||
Reference in New Issue
Block a user