Skip to content

Commit 9eb96d7

Browse files
committed
More attempts at fixing python build on jenkins
1 parent b96de8a commit 9eb96d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def genNetcomm = tasks.register('generateNetcomm', PythonTask) {
2020
inputs.file "$rootDir/gen/wpilibj_frcnetcomm.py"
2121
outputs.file "$rootDir/src/main/java/edu/wpi/first/wpilibj/hal/FRCNetComm.java"
2222

23-
command = "\"$rootDir/gen/wpilibj_frcnetcomm.py\""
23+
command = "gen/wpilibj_frcnetcomm.py"
2424
}
2525

2626
compileJava.dependsOn genNetcomm

0 commit comments

Comments
 (0)