Lazy commit on scruffy.

This commit is contained in:
James Downie 2025-07-01 13:53:26 +10:00
parent 7bb317751c
commit 0cec2226b4

View File

@ -30,7 +30,6 @@ def is_repo_status_outdated(repos):
if os.path.exists(filepath("status")) and os.path.exists(filepath("mtime")):
with open(filepath("mtime"), "rt") as fin:
content = fin.read().strip()
print(f"content: {content}")
last_mtime = float(content)
return latest_mtime > last_mtime