Skip to content

Commit

Permalink
Update update_pods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-v authored Jun 20, 2023
1 parent e9bbf68 commit f3e847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_pods.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _exec(repository_ctx, command, cwd = None):
if cwd:
origWD = os.getcwd()
os.chdir(os.path.join(os.path.abspath(sys.path[0]), cwd))

print("this is a test")
process = Popen(command, stdout=PIPE, stderr=PIPE)
result, error = process.communicate()
if process.returncode != 0:
Expand Down

0 comments on commit f3e847b

Please sign in to comment.