##// END OF EJS Templates
Remove bare except
sunny -
Show More
@@ -62,7 +62,7 b' def dir2(obj):'
62 62
63 63 try:
64 64 words = set(dir(obj))
65 except:
65 except Exception:
66 66 # TypeError: dir(obj) does not return a list
67 67 words = set()
68 68
General Comments 0
You need to be logged in to leave comments. Login now