Skip to content

Commit

Permalink
Multiple sub dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 54d7d01 commit 12b1382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def build():
print("trying echo")
os.system("echo 'hello' >> test.txt")
print("trying mkdir")
os.system(f"mkdir {outputDir}")
os.system(f"mkdir -p {outputDir}")
print("trying cp")
os.system(f"cp test.txt {outputDir}")
print("trying cp")
Expand Down

0 comments on commit 12b1382

Please sign in to comment.