Skip to content

Commit

Permalink
fix wheel format
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Dec 3, 2024
1 parent 7caac3d commit a346d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ozi_build/_pyc_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def convert_wheel(
raise TypeError("File to convert must be a *.whl")

if exclude:
exclude = re.compile(re.escape(exclude))
print(exclude)
exclude = re.compile(exclude)

dist_info = "-".join(whl_file.stem.split("-")[:-3])

Expand Down

0 comments on commit a346d98

Please sign in to comment.