fix manage files to load again and handle upper case extensions
This commit is contained in:
parent
70271b4649
commit
001e85eea7
3 changed files with 27 additions and 23 deletions
|
|
@ -68,8 +68,8 @@ def get_positions(ids, pos):
|
|||
for i in pos:
|
||||
try:
|
||||
positions[i] = ids.index(i)
|
||||
except:
|
||||
pass
|
||||
except:
|
||||
pass
|
||||
return positions
|
||||
|
||||
def get_by_key(objects, key, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue