-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When executing command "render" throws error in x-tags module
Despite of that it adds the tags
It did not happen in v1.1.6
To Reproduce
Steps to reproduce the behavior:
- How you installed ECS ComposeX'...' Run as docker container
- How you are executing it ? : As a CLI tool, as a library, in lambda? CLI
- Link / share your Docker compose file
x-tags:
- Key: Workload
Value: xtest-app
- See error
No module name x-tags
Expected behavior
Show no error in log
Logs
If applicable, add logs of errors using from ECS ComposeX
2025-09-24 20:34:24 [ ERROR] ecs_composex.tags.tags_module
2025-09-24 20:34:24 [ ERROR] No module named 'ecs_composex.tags'
2025-09-24 20:34:24 [ ERROR] ecs_composex_tags.tags_module
2025-09-24 20:34:24 [ ERROR] No module named 'ecs_composex_tags'
Desktop (please complete the following information):
- OS: [e.g. Fedora/Windows/Mac] Amazon Linux 2023
- Python version (3.6,3.7,3.8) 3.10
- If you were doing things from a branch, which one? main
- Commit ID ? 9dfa53b Using - instead of _ for changeSet names #808
- Tag/Version? 1.1.8
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working