Skip to content

Fix handling of unexpected files in AssetModel

Samuel GAIST requested to merge 233_fix_rogue_file_handling into v2

The AssetModel class was designed with a clean prefix in mind. If for some reason a rogue file is created outside the prefix architecture, this would generate an error.

This patch fixes this by ensuring that only the folders are parsed when it makes sense.

Fixes #233 (closed)

Merge request reports