Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Jan 2, 2022
1 parent c976a0f commit 797928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():
if len(sys.argv) != 3:
raise ValueError("Not enough arguments!")

src_path = os.path.abspath("../src")
src_path = os.path.abspath("src")
validate_path(src_path)

mode = sys.argv[1]
Expand Down

0 comments on commit 797928d

Please sign in to comment.