fix(ci): typing
This commit is contained in:
parent
3821174c6e
commit
18939a9d5f
1 changed files with 2 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
|
|||
'-m',
|
||||
'scrapers.' .. platform,
|
||||
'tests',
|
||||
problem.id,
|
||||
prob.id,
|
||||
}
|
||||
else
|
||||
args = {
|
||||
|
|
@ -338,7 +338,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
|
|||
'scrapers.' .. platform,
|
||||
'tests',
|
||||
contest_id,
|
||||
problem.id,
|
||||
prob.id,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue