We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e528180 commit 03ad452Copy full SHA for 03ad452
src/zocalo/configuration/__init__.py
@@ -177,7 +177,7 @@ def activate(
177
# Environment is an alias to another environment)
178
if isinstance(self._environments[env_dict_or_alias], str):
179
raise ConfigurationError(
180
- f"Invalid YAML configuration: Aliased environment aliases another environment, which is not supported"
+ "Invalid YAML configuration: Aliased environment aliases another environment, which is not supported"
181
)
182
environment = env_dict_or_alias
183
self.activate_environment(environment)
0 commit comments