Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 2a213b6 commit 083213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_gateway/services/processproxies/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def _determine_kernel_pod_name(self, **kwargs: dict[str, Any] | None) -> str:
else:
self.log.debug(f"Processing KERNEL_POD_NAME based on env var => {pod_name}")
if "{{" in pod_name and "}}" in pod_name:
self.log.debug(f"Processing KERNEL_POD_NAME as jinja template")
self.log.debug("Processing KERNEL_POD_NAME as jinja template")
# Create Jinja2 environment
keywords = {}
for name, value in kwargs["env"].items():
Expand Down

0 comments on commit 083213d

Please sign in to comment.