From f94d395bb291070b0836120c01cf924acdcc8d7e Mon Sep 17 00:00:00 2001 From: floptical Date: Fri, 29 May 2026 19:30:45 +0000 Subject: [PATCH] always print something in loop check --- app/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/utils.py b/app/utils.py index 073a078..b6cd960 100644 --- a/app/utils.py +++ b/app/utils.py @@ -64,6 +64,8 @@ def check_latest_commit(self): print("Update aborted: git-sync modified files during read.") except Exception as e: print(f"Unexpected error updating cache: {e}") + else: + print(f'No changes detected. {current_target =}, {self.latest_repo_target =}') def update(self): """Call the functions necessary to update the geometry cache. Note these