cerc-io / stack-orchestrator

Read-only mirror of https://git.vdb.to/cerc-io/stack-orchestrator
https://git.vdb.to/cerc-io/stack-orchestrator
GNU Affero General Public License v3.0
20 stars 12 forks source link

Only one init() message #723

Closed dboreham closed 5 months ago

dboreham commented 5 months ago

Something wrong here:

$ laconic-so --stack mainnet-eth deploy init --map-ports-to-host any-same --output mainnet-eth-spec.yml
Skipping init() from plugin /home/laconic/.shiv/laconic-so_5e17a9458c39d081b142275692e393d6288ba4be32b9404a62f1b5714bf73029/site-packages/stack_orchestrator/data/stacks/mainnet-eth/deploy/commands.py. Only one init() is allowed.
Skipping init() from plugin /home/laconic/.shiv/laconic-so_5e17a9458c39d081b142275692e393d6288ba4be32b9404a62f1b5714bf73029/site-packages/stack_orchestrator/data/stacks/mainnet-eth/deploy/commands.py. Only one init() is allowed.
Skipping init() from plugin /home/laconic/.shiv/laconic-so_5e17a9458c39d081b142275692e393d6288ba4be32b9404a62f1b5714bf73029/site-packages/stack_orchestrator/data/stacks/mainnet-eth/deploy/commands.py. Only one init() is allowed.
dboreham commented 5 months ago

Fixed here: https://github.com/cerc-io/stack-orchestrator/pull/728