##// 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,8 +53,7 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
56 print("exception:", inst)
57 print("exception:", inst)
58 reducetest(a, b)
57 reducetest(a, b)
59
58
60 def test(a, b):
59 def test(a, b):
General Comments 0
You need to be logged in to leave comments. Login now