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.
2 parents ca91da5 + e32378c commit 7f927dcCopy full SHA for 7f927dc
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