mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Python] Fix 80-column violations
This commit is contained in:
@@ -599,7 +599,8 @@ class Config(object):
|
||||
name = platform.system()
|
||||
|
||||
if name == 'Darwin':
|
||||
# The XPC service cannot run via the bindings due to permissions issue.
|
||||
# The XPC service cannot run via the bindings due to permissions
|
||||
# issue.
|
||||
# file = 'sourcekitd.framework/sourcekitd'
|
||||
file = 'libsourcekitdInProc.dylib'
|
||||
elif name == 'Windows':
|
||||
|
||||
Reference in New Issue
Block a user