Skip to content

Commit 0dcb368

Browse files
committed
feat(controller): fix flake8 error.
1 parent 0254f28 commit 0dcb368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/scheduler/coreos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def attach(self, name):
305305
{"section": "Service", "name": "ExecStop", "value": '''/usr/bin/docker rm -f {name}'''},
306306
{"section": "Service", "name": "TimeoutStartSec", "value": "20m"},
307307
{"section": "Service", "name": "RestartSec", "value": "5"},
308-
{"section": "Service", "name": "Restart", "value": "on-failure"},
308+
{"section": "Service", "name": "Restart", "value": "on-failure"},
309309
]
310310

311311

0 commit comments

Comments
 (0)