composer_local_dev/environment.py [159:165]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    LOG.warning(
                        "'%s' environment variable can be set "
                        "to the one of the following values: '%s'",
                        key,
                        ",".join(possible_values),
                    )
                else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



composer_local_dev/environment.py [186:192]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                LOG.warning(
                    "'%s' environment variable can be set "
                    "to the one of the following values: '%s'",
                    key,
                    ",".join(possible_values),
                )
            else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



