Skip to content

Commit d0fadcf

Browse files
committed
add arg
1 parent adaa2ae commit d0fadcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/installtutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def process_repo(repo, dest_dir):
8383
response = s.get(url)
8484
response.raise_for_status()
8585
data = response.json()
86-
list(map(process_repo, data))
86+
list(map(process_repo, data, dest_dir))
8787
url = response.links.get("next", {}).get("url")
8888
if not url:
8989
break

0 commit comments

Comments
 (0)