"vscode:/vscode.git/clone" did not exist on "317a7889cc5610217a4c0cc01c30a8445fe64fb4"
Commit 6b0a8926 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Update `download_file` calls to reflect api arg name change

parent be893e9d
...@@ -33,7 +33,7 @@ class QA4MRE(MultipleChoiceTask): ...@@ -33,7 +33,7 @@ class QA4MRE(MultipleChoiceTask):
download_file( download_file(
url_path, url_path,
f"data/qa4mre/QA4MRE-{year}-{lang}_GS.xml", f"data/qa4mre/QA4MRE-{year}-{lang}_GS.xml",
checksum=sha256sums[year], sha256sums[year],
) )
def has_training_docs(self): 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