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',
|
'-m',
|
||||||
'scrapers.' .. platform,
|
'scrapers.' .. platform,
|
||||||
'tests',
|
'tests',
|
||||||
problem.id,
|
prob.id,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
args = {
|
args = {
|
||||||
|
|
@ -338,7 +338,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
|
||||||
'scrapers.' .. platform,
|
'scrapers.' .. platform,
|
||||||
'tests',
|
'tests',
|
||||||
contest_id,
|
contest_id,
|
||||||
problem.id,
|
prob.id,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue