Skip to content

Commit 2d0c5dd

Browse files
ChrsMarkshin-
authored andcommitted
Adding missing comma in spec list.
Fixing #2046, syntax error caused by missing comma on CONTAINER_SPEC_KWARGS list. Signed-off-by: Chris Mark <[email protected]>
1 parent dbe52dc commit 2d0c5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def list(self, **kwargs):
276276
'labels',
277277
'mounts',
278278
'open_stdin',
279-
'privileges'
279+
'privileges',
280280
'read_only',
281281
'secrets',
282282
'stop_grace_period',

0 commit comments

Comments
 (0)