Skip to content

Commit

Permalink
fix: outdir?
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 30, 2024
1 parent c18d49b commit b2d820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def get_map_files(map_file: str, roots: List[str]) -> List[Mapping]:


def download_assets(roots: List[str], outdir: str, assets: List[str]):
print("downloading assets", assets)
print("downloading assets", outdir, assets)
run_sourdump(roots, [
"download",
"--outdir",
Expand Down

0 comments on commit b2d820a

Please sign in to comment.