aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/submit.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/distrib/python/submit.py')
-rwxr-xr-xtools/distrib/python/submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/submit.py b/tools/distrib/python/submit.py
index dffbefd5fe..08ace7c690 100755
--- a/tools/distrib/python/submit.py
+++ b/tools/distrib/python/submit.py
@@ -59,7 +59,7 @@ args = parser.parse_args()
# Move to the root directory of Python GRPC.
pkgdir = os.path.join(os.path.dirname(os.path.abspath(__file__)),
- '../../../src/python/grpcio')
+ '../../../')
# Remove previous distributions; they somehow confuse twine.
try:
shutil.rmtree(os.path.join(pkgdir, 'dist/'))