summaryrefslogtreecommitdiff
path: root/scripts/cgit-last-modified.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cgit-last-modified.py')
-rwxr-xr-xscripts/cgit-last-modified.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cgit-last-modified.py b/scripts/cgit-last-modified.py
index 5c95a9e..46d7720 100755
--- a/scripts/cgit-last-modified.py
+++ b/scripts/cgit-last-modified.py
@@ -19,7 +19,7 @@ for x in os.listdir(REPOS):
md = repo.head.commit.committed_datetime
md = md.astimezone(timezone.utc).strftime("%Y-%m-%d %H:%M:%S")
except Exception as e:
- print(e)
+ sys.stderr.write(e)
continue
d = os.path.join(REPOS, x, "info/web/")