pooleli
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user