Skip to content

Commit

Permalink
remove : from setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 9, 2024
1 parent 5dc1b1a commit fe71b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class bdist_wheel(_bdist_wheel):

def remove_build_machine_os_version(self, platform, os_version_tag):
if platform in ["osx", "darwin", "sequoia"]:
m = internal_build_re.search(os_version_tag):
m = internal_build_re.search(os_version_tag)
if m:
return m.group(1)
return os_version_tag
Expand Down

0 comments on commit fe71b75

Please sign in to comment.