Skip to content

Commit b3ff561

Browse files
authored
Update testPyComTest.py
Resolve an inefficiency
1 parent 0b0a2cf commit b3ff561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/win32com/test/testPyComTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,10 @@ def TestNestedArrays(o):
588588
for k in range(4):
589589
for j in range(5):
590590
for i in range(3):
591+
rec = array_of_structs[k][j][i]
591592
for n in range(4):
592593
for m in range(5):
593594
for l in range(3):
594-
rec = array_of_structs[k][j][i]
595595
f = float_tuple[n][m][l]
596596
assert rec.array_of_double[n][m][l] == f * rec.id
597597

0 commit comments

Comments
 (0)