master
nathaniel smith 2015-07-28 17:28:21 -07:00
parent 20304d08f8
commit b7d1b02fe6
1 changed files with 1 additions and 1 deletions

View File

@ -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):