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 5936348 commit b59d4d1Copy full SHA for b59d4d1
hands_on/init_repo.py
@@ -4,5 +4,5 @@
4
__requires_github__ = False
5
6
7
-def download():
+def download(verbose: bool):
8
os.makedirs("things")
0 commit comments