Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading