Skip to content

Commit a2a0174

Browse files
committed
fix
1 parent 5f5d445 commit a2a0174

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,10 @@ def get_maven_project_version():
12871287

12881288
gluten_version = get_maven_project_version()
12891289
gluten_jar = os.path.join(
1290-
gluten_home, "package", "target", f"gluten-package_${scala.binary.version}-{gluten_version}.jar"
1290+
gluten_home,
1291+
"package",
1292+
"target",
1293+
f"gluten-package_${scala.binary.version}-{gluten_version}.jar"
12911294
)
12921295
if not os.path.exists(gluten_jar):
12931296
raise Exception(f"Gluten jar not found at {gluten_jar}")

0 commit comments

Comments
 (0)