garcia / simfile

A modern simfile parsing & editing library for Python 3
MIT License
62 stars 7 forks source link

[2.1 beta] Filesystem not propagated to SimfileDirectory.assets #23

Closed garcia closed 2 years ago

garcia commented 2 years ago

Very simple fix.

Workaround: replace assets = simfile_dir.assets() with assets = Assets(simfile_dir.simfile_dir, filesystem=simfile_dir.filesystem).