Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 19, 2024
1 parent d9d939c commit df79e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/binding_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
binding_dir = Path(sys.argv[1]).resolve()
bin_dir = Path(sys.argv[2]).resolve()

os.environ["MAAFW_BINARY_PATH"] = str(f"bin_dir")
os.environ["MAAFW_BINARY_PATH"] = str(f"{bin_dir}")
print(f"binding_dir: {binding_dir}")
print(f"bin_dir: {bin_dir}")

Expand Down

0 comments on commit df79e42

Please sign in to comment.