Skip to content

Commit 8b94bfb

Browse files
committed
util: Fix repeated header handling in csv read-in
Signed-off-by: Martin Povišer <[email protected]>
1 parent 61f8a3a commit 8b94bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/util/correlateRC.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def makeDict():
116116
else:
117117
via_resist = float(match.group(2))
118118
stack.append((name, is_routing, via_resist))
119+
stack_line = line
119120
continue
120121

121122
tokens = line.strip().split(",")

0 commit comments

Comments
 (0)