Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32af714

Browse files
committed
FIX: broken syntax
1 parent 58557ab commit 32af714

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setupext.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ def get_and_extract_tarball(urls, sha, dirname):
199199
'backend': config.get('rc_options', 'backend', fallback=None),
200200
'system_freetype': config.getboolean(
201201
'libs', 'system_freetype',
202-
fallback=sys.platform.startswith(('aix', 'os400')),
202+
fallback=sys.platform.startswith(('aix', 'os400'))
203+
),
203204
'system_qhull': config.getboolean(
204-
'libs', 'system_qhull', fallback=sys.platform.startswith('os400')),
205+
'libs', 'system_qhull', fallback=sys.platform.startswith('os400')
206+
),
205207
}
206208

207209

0 commit comments

Comments
 (0)