Loading cccli/command/migrate.py +1 −2 Original line number Diff line number Diff line Loading @@ -78,6 +78,5 @@ class Command_migrate(TqlCommand): def list(self): '''Print a list of migration type''' self.printer.out("Migration types: Election Algo") for t in self.etypes.keys(): self.printer.out("%s: %s"%(t, ",".join(self.etypes[t]))) self.printer.out("migrate -t %s -a %s"%(t, ",".join(self.etypes[t]))) Loading
cccli/command/migrate.py +1 −2 Original line number Diff line number Diff line Loading @@ -78,6 +78,5 @@ class Command_migrate(TqlCommand): def list(self): '''Print a list of migration type''' self.printer.out("Migration types: Election Algo") for t in self.etypes.keys(): self.printer.out("%s: %s"%(t, ",".join(self.etypes[t]))) self.printer.out("migrate -t %s -a %s"%(t, ",".join(self.etypes[t])))