mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 09:35:06 +00:00
Fix formatting
This commit is contained in:
parent
a52884a311
commit
b777d458f3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user