Skip to content

Commit 9a3243a

Browse files
github-actions[bot]noidname01TimWang
authored
[#4803] improvement(client-python): Delete egg-info directory due to Python package renamed improvement (#4825)
### What changes were proposed in this pull request? * Modify `clean` task to delete `apache_gravitino.egg_info` ### Why are the changes needed? Fix: #4803 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ./gradlew client:client-python:clean Co-authored-by: noidname01 <55401762+noidname01@users.noreply.github.com> Co-authored-by: TimWang <tim.wang@pranaq.com>
1 parent f725d81 commit 9a3243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-python/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ tasks {
319319
delete("dist")
320320
delete("docs")
321321
delete("gravitino/version.ini")
322-
delete("gravitino.egg-info")
322+
delete("apache_gravitino.egg-info")
323323
delete("tests/unittests/htmlcov")
324324
delete("tests/unittests/.coverage")
325325
delete("tests/integration/htmlcov")

0 commit comments

Comments
 (0)