oops
parent
20304d08f8
commit
b7d1b02fe6
|
@ -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):
|
||||
|
|
Reference in New Issue