Skip to content

Commit e32378c

Browse files
author
Shaobo
committed
Fixed a trivial flake8 formatting error
1 parent ca91da5 commit e32378c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/smack/top.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,8 @@ def verify_bpl_portfolio(args):
10841084

10851085
for thread in list(portfolio_config.keys()):
10861086
async_result = p.apply_async(thread_verify_bpl,
1087-
args=(copy.deepcopy(args), portfolio_config[thread]))
1087+
args=(copy.deepcopy(args),
1088+
portfolio_config[thread]))
10881089
results[async_result] = thread
10891090

10901091
# TODO: revisit this loop to improve efficiency

0 commit comments

Comments
 (0)