pooleli
This commit is contained in:
@@ -23,7 +23,8 @@ def findmapping(sr,tables):
|
||||
return
|
||||
table = tables.pop(0)
|
||||
for row in table:
|
||||
if sr.source > row.
|
||||
if sr.source >= row.source:
|
||||
|
||||
print(sr)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user