Skip to content

Commit

Permalink
re add ws
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Sep 22, 2023
1 parent 9fa19da commit 45605c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/interop_matrix/create_matrix_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def maybe_apply_patches_on_git_tag(stack_base, lang, release):
def checkout_grpc_stack(lang, release):
"""Invokes 'git check' for the lang/release and returns directory created."""
assert args.git_checkout and args.git_checkout_root

if not os.path.exists(args.git_checkout_root):
os.makedirs(args.git_checkout_root)

Expand Down

0 comments on commit 45605c0

Please sign in to comment.