1
0
Эх сурвалжийг харах

Fix method name in start()

Aanand Prasad 12 жил өмнө
parent
commit
bac37a19e3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      plum/cli/main.py

+ 1 - 1
plum/cli/main.py

@@ -120,7 +120,7 @@ class TopLevelCommand(Command):
             if len(s.containers()) == 0:
                 unstarted.append((s, s.create_container()))
             else:
-                running += s.get_containers(all=False)
+                running += s.containers(all=False)
 
         log_printer = LogPrinter(running + [c for (s, c) in unstarted])