Unverified Commit 213149ad authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Merge pull request #203 from jon-tow/best-download-update

Update `download_file` calls to reflect api arg name change
parents be893e9d 6b0a8926
......@@ -33,7 +33,7 @@ class QA4MRE(MultipleChoiceTask):
download_file(
url_path,
f"data/qa4mre/QA4MRE-{year}-{lang}_GS.xml",
checksum=sha256sums[year],
sha256sums[year],
)
def has_training_docs(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment