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 24b82b7 commit 63df46c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ def get_build_dir():
def get_executable_path(executable_name):
if crunch_extension:
executable_extension = crunch_extension
elif sys.platform == "win32":
executable_extension = ".exe"
else:
executable_extension = ""

Expand Down

0 comments on commit 63df46c

Please sign in to comment.