We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a0725 commit 261e395Copy full SHA for 261e395
tracer.py
@@ -29,8 +29,7 @@ def ifFirstWordIsIn(ss, listOfWords):
29
bnum+=1
30
newf+=marker('entr', depth, bnum)
31
elif ch == '}':
32
- if not ifFirstWordIsIn(chunk[i+1:], ['else', 'catch']):
33
- newf= newf[:-1] + marker('exit', depth, bnum) + '}'
+ newf= newf[:-1] + marker('exit', depth, bnum) + '}'
34
depth-=1
35
elif ch == '/':
36
nchar = chunk[i+1]
0 commit comments