-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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
Labels
bugSomething isn't workingSomething isn't working