Skip to content

Commit

Permalink
Fix table name
Browse files Browse the repository at this point in the history
  • Loading branch information
laschuet committed Jun 17, 2019
1 parent 3fe80c8 commit 5816513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mwp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function mwp(download=true, create=true, transform=true)
"lep_2008_01", "rrep_2009_02", "rrep_2013_01", "rrep_2015_02",
"rrep_2015_03", "lep_2014_01", "lep_2016_01"]
for p in processes
scrape(p, "data/mwp/$p", p, "mwp_$p"; dodownload=download,
scrape(p, "data/mwp/$p", p, "contribution"; dodownload=download,
docreate=create, dotransform=transform)
end
end

0 comments on commit 5816513

Please sign in to comment.