Skip to content

Commit 7f927dc

Browse files
authored
Merge pull request #767 from smackers/fix-script
Fixed a trivial flake8 formatting error
2 parents ca91da5 + e32378c commit 7f927dc

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)