Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 13, 2024
1 parent aa11159 commit c00ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_build_dir():
return build_dir

def get_executable_path(executable_name):
executable_name += executable_extension
executable_name += crunch_extension
build_dir = get_build_dir()
return os.path.join(build_dir, executable_name)

Expand Down

0 comments on commit c00ac1b

Please sign in to comment.