##// END OF EJS Templates
bdiff-torture: fix pyflakes warning reporting undefined name 'inst'...
Pulkit Goyal -
r43123:3316e59b default
parent child Browse files
Show More
@@ -53,7 +53,6 b' def testwrap(a, b):'
53 test1(a, b)
53 test1(a, b)
54 return
54 return
55 except Exception as inst:
55 except Exception as inst:
56 pass
57 print("exception:", inst)
56 print("exception:", inst)
58 reducetest(a, b)
57 reducetest(a, b)
59
58
General Comments 0
You need to be logged in to leave comments. Login now