MAK-Relic-Tool / Issue-Tracker

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

_ChunkyDirEntry.to_info() does not return "essence" namespsace info if entry is a directory #8

Closed ModernMAK closed 2 years ago

ModernMAK commented 2 years ago

The offending lines:

if (
        namespaces is not None
        and not self.is_dir
        and ESSENCE_NAMESPACE in namespaces
):

Repo Link

Removing the and not self.is_dir line results in intended behavior; returning essence metadata if the essence namespace is provided.