Skip to content

Commit

Permalink
Merge branch 'master' into benc-k8s-kind-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford authored Jul 2, 2024
2 parents 9c6a04e + cfb0a20 commit ba5f047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsl/providers/kubernetes/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def submit(self, cmd_string, tasks_per_node, job_name="parsl"):
formatted_cmd = template_string.format(command=cmd_string,
worker_init=self.worker_init)

logger.debug("Pod name: {}".format(pod_name))
logger.debug("Pod name: %s", pod_name)

self._create_pod(image=self.image,
pod_name=pod_name,
job_name=job_name,
Expand Down

0 comments on commit ba5f047

Please sign in to comment.