From 3377932c5200fc5fde5b1d4811fceffdce782d99 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:51:52 -0800 Subject: [PATCH] Update update_dependency.py --- .github/scripts/update_dependency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update_dependency.py b/.github/scripts/update_dependency.py index d671c9c9..606f9df4 100644 --- a/.github/scripts/update_dependency.py +++ b/.github/scripts/update_dependency.py @@ -43,7 +43,7 @@ for line in fileinput.input("tox.ini", inplace=True): - # Ensure that tox uses the working branch for the SDK PR. + # Ensure that tox uses the working branch for the schema PR. replaced_line = ( line if package not in line else f'"{package} @ file://{path}/{package}-python",\n' )