Skip to content

Commit f337b04

Browse files
authored
Update IXFParser.py
1 parent 0e2db91 commit f337b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IXFParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def process(f, outfile):
180180
out = {}
181181
n = 0
182182

183-
while d["IXFDRECT"] == "D":
183+
while d["IXFDRECT"] != "D":
184184
n = n + 1
185185
d = self.getData(f, st)
186186

0 commit comments

Comments
 (0)