From b7d1b02fe6f3e18c58dcacd9324e41657cf32b03 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Tue, 28 Jul 2015 17:28:21 -0700 Subject: [PATCH] oops --- tildetown-py/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):