Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Feb 12, 2024
1 parent 74caaa1 commit aba916c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def makeSnapshotVersionNumber(self):

def build(self, package_path, build_filename):
print("Building...")
os.makedirs("public", exist_ok=true)
os.makedirs("public", exist_ok=True)
shutil.copyfile("addon\\doc\\ja\\readme.md", "public\\readme.md")
shutil.copytree("public", package_path)
ret = self.runcmd("scons")
Expand Down

0 comments on commit aba916c

Please sign in to comment.