1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

first pass at kubernetes

This commit is contained in:
Zach Dwiel
2018-09-17 22:31:17 +00:00
committed by zach dwiel
parent 3328b25549
commit 0812a94fbd
3 changed files with 57 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ def wait_for_checkpoint(checkpoint_dir, timeout=10):
return
raise ValueError((
'Waited {timeout} seconds, but checkpoint never found in'
' {checkpoint_dir}'
'Waited {timeout} seconds, but checkpoint never found in '
'{checkpoint_dir}'
).format(
timeout=timeout,
checkpoint_dir=checkpoint_dir,