Skip to content

Commit a3b8e10

Browse files
authored
Fix compile (#3074)
1 parent ee84158 commit a3b8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/lambda/python/PythonDebugSupport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Python36ImageDebugSupport : PythonImageDebugSupport() {
7676
override val id: String = LambdaRuntime.PYTHON3_6.toString()
7777
override fun displayName() = LambdaRuntime.PYTHON3_6.toString().capitalize()
7878
override val pythonPath: String = "/var/lang/bin/python3.6"
79-
override val bootstrapPath: String = "/var/runtime/awslambda/bootstrap.py""
79+
override val bootstrapPath: String = "/var/runtime/awslambda/bootstrap.py"
8080
}
8181

8282
class Python37ImageDebugSupport : PythonImageDebugSupport() {

0 commit comments

Comments
 (0)