Skip to content

Commit 640fc7d

Browse files
committed
fix missing colon
Signed-off-by: scicco <zendar79@gmail.com>
1 parent 1865765 commit 640fc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scompose/project/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def _get_network_commands(self, ip_address=None, network_type=None):
236236
for arg in network_args:
237237
ports += ["--network-args", arg]
238238

239-
if network_type is not None
239+
if network_type is not None:
240240
# network_type is "bridge" by default when network.enable is True
241241
ports += ["--network", network_type]
242242

0 commit comments

Comments
 (0)