From 72e7e02206bb2234514864c8bb8c2b83234d4cc2 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:47:22 -0500 Subject: [PATCH] Ruff. --- .ci/update_windows/update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/update_windows/update.py b/.ci/update_windows/update.py index 6e8c71e03..c88c88d22 100755 --- a/.ci/update_windows/update.py +++ b/.ci/update_windows/update.py @@ -54,7 +54,7 @@ try: except KeyError: print("nothing to stash") # noqa: T201 except: - print("Could not stash, cleaning index and trying again.") + print("Could not stash, cleaning index and trying again.") # noqa: T201 repo.state_cleanup() repo.index.read_tree(repo.head.peel().tree) repo.index.write() @@ -163,3 +163,4 @@ except: pass +