diff --git a/tildetown-py/stats.py b/tildetown-py/stats.py index 40521bd..672d29c 100644 --- a/tildetown-py/stats.py +++ b/tildetown-py/stats.py @@ -25,7 +25,7 @@ def bounded_find(path): def guarded_mtime(path): try: return getmtime(path.rstrip()) - except Exception, e: + except Exception as _: return 0 def modify_time(username):