Skip to content
Snippets Groups Projects
Commit db422d7e authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Provide doc dir even if user interrupts docgen

parent 25186ae0
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ if args.submit: ...@@ -94,6 +94,7 @@ if args.submit:
# specified repository, edit it, and push it. It's up to the user to then go # specified repository, edit it, and push it. It's up to the user to then go
# onto GitHub and make a PR against grpc/grpc:gh-pages. # onto GitHub and make a PR against grpc/grpc:gh-pages.
repo_parent_dir = tempfile.mkdtemp() repo_parent_dir = tempfile.mkdtemp()
print('Documentation parent directory: {}'.format(repo_parent_dir))
repo_dir = os.path.join(repo_parent_dir, 'grpc') repo_dir = os.path.join(repo_parent_dir, 'grpc')
python_doc_dir = os.path.join(repo_dir, 'python') python_doc_dir = os.path.join(repo_dir, 'python')
doc_branch = args.doc_branch doc_branch = args.doc_branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment