We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca91da5 commit e32378cCopy full SHA for e32378c
share/smack/top.py
@@ -1084,7 +1084,8 @@ def verify_bpl_portfolio(args):
1084
1085
for thread in list(portfolio_config.keys()):
1086
async_result = p.apply_async(thread_verify_bpl,
1087
- args=(copy.deepcopy(args), portfolio_config[thread]))
+ args=(copy.deepcopy(args),
1088
+ portfolio_config[thread]))
1089
results[async_result] = thread
1090
1091
# TODO: revisit this loop to improve efficiency
0 commit comments