gesistsa / rio

🐟 A Swiss-Army Knife for Data I/O
http://gesistsa.github.io/rio/
600 stars 76 forks source link

Add `trust` also for `import_list()` ref #406 #417

Closed chainsawriot closed 4 months ago

jsonbecker commented 4 months ago

An alternative could be to call import() internal to import_list. It seems a bit strange to reimplement load directly here.

chainsawriot commented 4 months ago

@jsonbecker Good suggestion. The import method needs a little modification. But now it works and has less redundant code.