Skip to content

Commit

Permalink
Merge pull request #767 from smackers/fix-script
Browse files Browse the repository at this point in the history
Fixed a trivial flake8 formatting error
  • Loading branch information
zvonimir authored Nov 17, 2021
2 parents ca91da5 + e32378c commit 7f927dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/smack/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,8 @@ def verify_bpl_portfolio(args):

for thread in list(portfolio_config.keys()):
async_result = p.apply_async(thread_verify_bpl,
args=(copy.deepcopy(args), portfolio_config[thread]))
args=(copy.deepcopy(args),
portfolio_config[thread]))
results[async_result] = thread

# TODO: revisit this loop to improve efficiency
Expand Down

0 comments on commit 7f927dc

Please sign in to comment.