This commit is contained in:
Lauri Jesmin
2023-12-05 19:22:00 +02:00
parent 190d3a87e2
commit e5eb088fb6

View File

@@ -23,7 +23,8 @@ def findmapping(sr,tables):
return return
table = tables.pop(0) table = tables.pop(0)
for row in table: for row in table:
if sr.source > row. if sr.source >= row.source:
print(sr) print(sr)