MAK-Relic-Tool / Issue-Tracker

Central Bug Tracker / Issues Board for the MAK Relic Tool
0 stars 0 forks source link

ChunkyFS not autoloading V1.1 plugin #7

Closed ModernMAK closed 1 year ago

ModernMAK commented 1 year ago

This bug is either in relic-tool-chunky-core OR relic-tool-chunky-v1

'relic-tool-sga' seems to work, so perhaps its a mis-implementation in the core/v1-plugin library?

More investigation needed.

Current work around:

from relic.chunky.v1.serialization import chunky_fs_serializer
from relic.chunky.core.filesystem import registry
registry.auto_register(chunky_fs_serializer)

Only needs to be done once, but multiple calls should also be fine.