Skip to content

Commit fe71b75

Browse files
remove : from setup.py
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 5dc1b1a commit fe71b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class bdist_wheel(_bdist_wheel):
259259

260260
def remove_build_machine_os_version(self, platform, os_version_tag):
261261
if platform in ["osx", "darwin", "sequoia"]:
262-
m = internal_build_re.search(os_version_tag):
262+
m = internal_build_re.search(os_version_tag)
263263
if m:
264264
return m.group(1)
265265
return os_version_tag

0 commit comments

Comments
 (0)