We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba8931 commit c94c484Copy full SHA for c94c484
Sources/SKCore/BuildServerBuildSystem.swift
@@ -119,7 +119,7 @@ public final class BuildServerBuildSystem {
119
private func initializeBuildServer() throws {
120
var serverPath = AbsolutePath(serverConfig.argv[0], relativeTo: projectRoot)
121
var flags = Array(serverConfig.argv[1...])
122
- if serverPath.suffix == "py" {
+ if serverPath.suffix == ".py" {
123
flags = [serverPath.pathString] + flags
124
guard let interpreterPath =
125
lookupExecutablePath(filename: executable("python3"),
0 commit comments