Skip to content

Indentation of execute_after logs is too deep. #15

@benoit74

Description

@benoit74

Change has to be done here:

logger.info(f" Executing '{action}'")

Current output:

hatch_openzim:INFO:  Processing lato_woff2 action
hatch_openzim:INFO:    Skipping, local_file is already present
hatch_openzim:INFO:    Done
hatch_openzim:INFO:    Executing 'fix_ogvjs_dist .'
hatch_openzim:INFO: All done

Expected output:

hatch_openzim:INFO:  Processing lato_woff2 action
hatch_openzim:INFO:    Skipping, local_file is already present
hatch_openzim:INFO:    Done
hatch_openzim:INFO:  Executing 'fix_ogvjs_dist .'
hatch_openzim:INFO: All done

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions