We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59d4d1 commit 5f2169aCopy full SHA for 5f2169a
new-hands-on.py
@@ -67,7 +67,7 @@ def run_command(command: List[str], verbose: bool) -> Optional[str]:
67
exit(1)
68
69
70
- def setup(verbose: bool = False):
+ def download(verbose: bool):
71
pass
72
"""
73
download_script_file.write(textwrap.dedent(download_script).lstrip())
0 commit comments