Skip to content

Commit 903bdfa

Browse files
committed
fix
1 parent a2a0174 commit 903bdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/gen-function-support-docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ def get_maven_project_version():
12901290
gluten_home,
12911291
"package",
12921292
"target",
1293-
f"gluten-package_${scala.binary.version}-{gluten_version}.jar"
1293+
f"gluten-package_${scala.binary.version}-{gluten_version}.jar",
12941294
)
12951295
if not os.path.exists(gluten_jar):
12961296
raise Exception(f"Gluten jar not found at {gluten_jar}")

0 commit comments

Comments
 (0)