Skip to content

Commit 03ad452

Browse files
committed
Minor refactor
1 parent e528180 commit 03ad452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zocalo/configuration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def activate(
177177
# Environment is an alias to another environment)
178178
if isinstance(self._environments[env_dict_or_alias], str):
179179
raise ConfigurationError(
180-
f"Invalid YAML configuration: Aliased environment aliases another environment, which is not supported"
180+
"Invalid YAML configuration: Aliased environment aliases another environment, which is not supported"
181181
)
182182
environment = env_dict_or_alias
183183
self.activate_environment(environment)

0 commit comments

Comments
 (0)