From 49105034cb7ac5f7dab987e06fd0caf63101dc16 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 1 Jul 2020 16:46:56 +0200 Subject: [PATCH] Auto-format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eacb2d35d..605d6e0b0 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def is_new_osx(): return False mac_ver = platform.mac_ver()[0] if mac_ver.startswith("10"): - minor_version = int(mac_ver.split('.')[1]) + minor_version = int(mac_ver.split(".")[1]) if minor_version >= 7: return True else: