Update loader.py
This commit is contained in:
parent
0a5c4b5f2f
commit
1c58f3f2ce
1 changed files with 1 additions and 2 deletions
|
|
@ -83,8 +83,7 @@ def _get_new_mapper():
|
|||
new_mapper = new_mapper\
|
||||
.replace("INT_TO_FLOAT_MAPPER", "NEW_INT_TO_FLOAT_MAPPER")\
|
||||
.replace("FLOAT_TO_INT_MAPPER", "NEW_FLOAT_TO_INT_MAPPER")
|
||||
exec(new_mapper)
|
||||
print(new_mapper)
|
||||
exec(new_mapper, globals())
|
||||
return NEW_INT_TO_FLOAT_MAPPER, NEW_FLOAT_TO_INT_MAPPER
|
||||
# except:
|
||||
# return {}, {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue