6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-11 17:38:46 +00:00

Fix formatting

This commit is contained in:
Régis Behmo 2020-04-25 22:56:46 +02:00
parent a52884a311
commit b777d458f3

View File

@ -268,10 +268,7 @@ class K8sScriptRunner(scripts.BaseRunner):
"\n"
"Old-style job running will be deprecated soon. Please inform "
"your plugin maintainer!"
).format(
job_name=job_name,
command=command.replace("\n", "\n "),
)
).format(job_name=job_name, command=command.replace("\n", "\n "),)
fmt.echo_alert(message)
wait_for_pod_ready(self.config, service)
kubectl_exec(self.config, service, command)