mirror of
https://github.com/docker/compose.git
synced 2025-04-07 19:55:07 +02:00
Ignore non-plum containers
This commit is contained in:
parent
24a98b0552
commit
90130eec65
@ -120,7 +120,7 @@ def parse_name(name):
|
||||
match = re.match('^(.+)_(\d+)$', name)
|
||||
|
||||
if match is None:
|
||||
raise ValueError("Invalid name: %s" % name)
|
||||
return (None, None)
|
||||
|
||||
(service_name, suffix) = match.groups()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user