Skip to content

Extraction of custom files/tree from archive is not done during domain creation #1004

Closed
@kenneth-olwing

Description

@kenneth-olwing

Hi,

The 1.9.18 release touts this feature:

This is then intended to be implemented by PR #969

Unfortunately, it doesn't work. Looking at the PR, it adds a line of 'self.library_helper.extract_custom_files()' in topology_updater.py, which (I assume) will do extraction during an update. But during a create, this code is not called. Instead there is an addition of just an empty line in domain_creator.py; I'm assuming the intention was to insert the same extract_custom_files() call there and a test confirms this will indeed cause the files to extract during create.

Thanks,
ken1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions