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

Skip to content

Commit 99f9baa

Browse files
committed
Fixed botched indent in _init_mac() code. (It may never be executed,
but it still can't have any syntax errors. Went a little too fast there, Jack? :-)
1 parent dd13a20 commit 99f9baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/sysconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def _init_mac():
341341

342342
import MacOS
343343
if not hasattr(MacOS, 'runtimemodel'):
344-
g['SO'] = '.ppc.slb'
344+
g['SO'] = '.ppc.slb'
345345
else:
346346
g['SO'] = '.%s.slb' % MacOS.runtimemodel
347347

0 commit comments

Comments
 (0)